We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
clusterIP
1 parent 6d56c6b commit e53e15dCopy full SHA for e53e15d
2 files changed
charts/docker-mailserver/templates/service.yaml
@@ -137,3 +137,6 @@ spec:
137
{{- end }}
138
139
type: {{ default "ClusterIP" .Values.service.type }}
140
+ {{- if .Values.service.clusterIp }}
141
+ clusterIP: {{ .Values.service.clusterIp }}
142
+ {{- end }}
charts/docker-mailserver/values.yaml
@@ -303,7 +303,7 @@ service:
303
## Note: It's quite unlikely that an IP should be specific. Normally, the best thing to do is leave it to Kubernetes
304
## to allocate a free IP from the pool.
305
## Default: Automatically assign a random IP
306
- # privateIp:
+ # clusterIp:
307
annotations: {}
308
labels: {}
309
0 commit comments