We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fec7159 + b336a22 commit 8085fefCopy full SHA for 8085fef
charts/nfs-server-provisioner/templates/service.yaml
@@ -94,6 +94,9 @@ spec:
94
{{- if (and (eq .Values.service.type "NodePort") (not (empty .Values.service.statdPort))) }}
95
nodePort: {{ .Values.service.statdNodePort }}
96
{{- end }}
97
+ {{- with .Values.service.clusterIP }}
98
+ clusterIP: {{ . }}
99
+ {{- end }}
100
{{- with .Values.service.externalIPs }}
101
externalIPs:
102
{{- toYaml . | nindent 4 }}
charts/nfs-server-provisioner/values.yaml
@@ -33,6 +33,7 @@ service:
33
# rquotadNodePort:
34
# rpcbindNodePort:
35
# statdNodePort:
36
+ # clusterIP:
37
38
externalIPs: []
39
0 commit comments