Files
homelab/tmp/acm-hub-bootstrap/charts/all/hello-world/templates/hello-world-svc.yaml
2025-05-19 11:18:25 -05:00

18 lines
287 B
YAML

apiVersion: v1
kind: Service
metadata:
labels:
app: hello-world
name: hello-world
spec:
ports:
- name: 8080-tcp
port: 8080
protocol: TCP
targetPort: 8080
selector:
app: hello-world
deploymentconfig: hello-world
sessionAffinity: None
type: ClusterIP