Files
infra/apps/template/svc.yaml
2025-07-29 19:03:43 -04:00

13 lines
201 B
YAML

apiVersion: v1
kind: Service
metadata:
name: app
spec:
type: NodePort
selector:
app.kubernetes.io/name: app
ports:
- protocol: TCP
port: 80
targetPort: 1234
name: http