Files
webconsole/manifest/deploy/kustomize/base/service.yaml
2023-01-20 10:53:34 +08:00

13 lines
168 B
YAML

apiVersion: v1
kind: Service
metadata:
name: template-single
spec:
ports:
- port: 80
protocol: TCP
targetPort: 8000
selector:
app: template-single