Update nginx-chart/templates/service.yaml

This commit is contained in:
2026-07-18 05:36:42 +00:00
parent 5dfd14a8d9
commit a82ea85497
+3 -1
View File
@@ -1,6 +1,8 @@
apiVersion: v1 apiVersion: v1
kind: Service kind: Service
metadata: {name: nginx} metadata:
name: nginx
namespace: {{ .Values.namespace }}
spec: spec:
selector: {app: nginx} selector: {app: nginx}
ports: ports: