do_simple/helm/templates/service.yaml
vitaliy 7825ac6a05
All checks were successful
Go / build (push) Successful in 11m49s
k8s: helm manifest
2025-11-13 15:41:24 +03:00

12 lines
182 B
YAML

kind: Service
apiVersion: v1
metadata:
name: go_hello_service
labels:
app: go_hello_service
spec:
selector:
app: go_hello
ports:
- port: 81
targetPort: 8080