hotgo/server/manifest/deploy/kustomize/base/service.yaml

13 lines
168 B
Go
Raw Normal View History

2022-11-24 23:37:34 +08:00
apiVersion: v1
kind: Service
metadata:
name: template-single
spec:
ports:
- port: 80
protocol: TCP
targetPort: 8000
selector:
app: template-single