Files
novel/manifest/deploy/kustomize/base/service.yaml
2024-01-12 18:08:51 +08:00

13 lines
168 B
Go

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