Files
nginx_CD_chart/nginx-chart/templates/service.yaml
T

9 lines
125 B
YAML
Raw Normal View History

2026-07-17 21:26:51 -07:00
apiVersion: v1
kind: Service
metadata: {name: nginx}
spec:
selector: {app: nginx}
ports:
- port: 80
targetPort: 80