Files

11 lines
167 B
YAML
Raw Permalink Normal View History

2026-07-17 21:26:51 -07:00
apiVersion: v1
kind: Service
2026-07-18 05:36:42 +00:00
metadata:
name: nginx
namespace: {{ .Values.namespace }}
2026-07-17 21:26:51 -07:00
spec:
selector: {app: nginx}
ports:
- port: 80
targetPort: 80