Skip to content
Snippets Groups Projects
Commit 84e9be6f authored by Andrea Michelotti's avatar Andrea Michelotti
Browse files

add clusterips entry

parent 12282afd
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,8 @@ metadata:
spec:
{{- if .Values.baseIp }}
clusterIP: {{ include "allocateIpFromName" . }}
clusterIPs:
- {{ include "allocateIpFromName" . }} # Primary IPv4 address
{{- end }}
type: {{ .Values.service.type }}
{{- if eq .Values.service.type "LoadBalancer" }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment