Update nginx-chart/templates/service.yaml
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user