do_simple/helm/templates/service.yaml
vitaliy 347f7ec275
Some checks failed
Build and Push to GHCR / build (push) Has been cancelled
cd: edit monifest
2025-11-18 01:01:19 +03:00

12 lines
190 B
YAML

apiVersion: v1
kind: Service
metadata:
name: hello-world-service
spec:
selector:
app: hello-world
ports:
- protocol: TCP
port: 80
targetPort: 8080
type: ClusterIP