Skip to content

Commit

Permalink
Merge pull request #74 from flavegmbh/master
Browse files Browse the repository at this point in the history
Add clusterIP as variable
  • Loading branch information
k8s-ci-robot authored Nov 13, 2021
2 parents fec7159 + b336a22 commit 8085fef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/nfs-server-provisioner/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ spec:
{{- if (and (eq .Values.service.type "NodePort") (not (empty .Values.service.statdPort))) }}
nodePort: {{ .Values.service.statdNodePort }}
{{- end }}
{{- with .Values.service.clusterIP }}
clusterIP: {{ . }}
{{- end }}
{{- with .Values.service.externalIPs }}
externalIPs:
{{- toYaml . | nindent 4 }}
Expand Down
1 change: 1 addition & 0 deletions charts/nfs-server-provisioner/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ service:
# rquotadNodePort:
# rpcbindNodePort:
# statdNodePort:
# clusterIP:

externalIPs: []

Expand Down

0 comments on commit 8085fef

Please sign in to comment.