Update nginx-chart/templates/service.yaml
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata: {name: nginx}
|
||||
metadata:
|
||||
name: nginx
|
||||
namespace: {{ .Values.namespace }}
|
||||
spec:
|
||||
selector: {app: nginx}
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user