mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-23 10:58:35 +08:00
16 lines
249 B
YAML
16 lines
249 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: pandax
|
|
labels:
|
|
app.kubernetes.io/name: pandax
|
|
spec:
|
|
type: LoadBalancer
|
|
ports:
|
|
- port: 80
|
|
targetPort: http
|
|
protocol: TCP
|
|
name: http
|
|
selector:
|
|
app.kubernetes.io/name: pandax
|