File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 1313 {{- with .Values.kcpFrontProxy.service.clusterIP }}
1414 clusterIP : {{ . }}
1515 {{- end }}
16+ {{- if and (eq .Values.kcpFrontProxy.service.type "LoadBalancer") (.Values.kcpFrontProxy.service.loadBalancerIP) }}
17+ loadBalancerIP : {{ .Values.kcpFrontProxy.service.loadBalancerIP }}
18+ {{- end }}
1619 type : {{ .Values.kcpFrontProxy.service.type }}
1720 ports :
1821 - protocol : TCP
Original file line number Diff line number Diff line change @@ -168,6 +168,9 @@ kcpFrontProxy:
168168 # set this if you want to control the assigned service IP for the kcp-front-proxy
169169 # service.
170170 clusterIP : " "
171+ # Pre-defined IP address of the kcp-front-proxy Service. (only applies if type is "LoadBalancer")
172+ # Used by cloud providers to connect the resulting load balancer service to a pre-existing static IP.
173+ loadBalancerIP : " "
171174 # set this if you want kcp-front-proxy to use a specific certificate issuer
172175 # (e.g. the Let's Encrypt ones in this chart).
173176 # certificateIssuer:
You can’t perform that action at this time.
0 commit comments