File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 8181 {{- . | toYaml | nindent 4 }}
8282 {{- end }}
8383 {{- end }}
84+ {{- with .Values.proxy.service.externalIPs }}
85+ externalIPs : {{- range . }}
86+ - {{ . }}
87+ {{- end }}
88+ {{- end }}
Original file line number Diff line number Diff line change @@ -1751,6 +1751,12 @@ properties:
17511751 See [the Kubernetes
17521752 documentation](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.23/#serviceport-v1-core)
17531753 for the structure of the items in this list.
1754+ externalIPs :
1755+ type : array
1756+ description : |
1757+ A list of external IP addresses (unmanaged by Kubernetes) for which
1758+ nodes in the cluster will accept traffic for this service.
1759+ See [externalIPs](https://kubernetes.io/docs/concepts/services-networking/service/#external-ips) for more details.
17541760 loadBalancerIP :
17551761 type : [string, "null"]
17561762 description : |
Original file line number Diff line number Diff line change @@ -196,6 +196,7 @@ proxy:
196196 https :
197197 disableHttpPort : false
198198 extraPorts : []
199+ externalIPs : []
199200 loadBalancerIP :
200201 loadBalancerSourceRanges : []
201202 # chp relates to the proxy pod, which is responsible for routing traffic based
You can’t perform that action at this time.
0 commit comments