File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: kcp
33description : A prototype of a multi-tenant Kubernetes control plane for workloads on many clusters
44
55# version information
6- version : 0.12.3
6+ version : 0.12.4
77appVersion : " 0.28.1"
88
99# optional metadata
Original file line number Diff line number Diff line change 1616 {{- if and (eq .Values.kcpFrontProxy.service.type "LoadBalancer") (.Values.kcpFrontProxy.service.loadBalancerIP) }}
1717 loadBalancerIP : {{ .Values.kcpFrontProxy.service.loadBalancerIP }}
1818 {{- end }}
19+ {{- with .Values.kcpFrontProxy.service.loadBalancerClass }}
20+ loadBalancerClass : {{ . }}
21+ {{- end }}
1922 type : {{ .Values.kcpFrontProxy.service.type }}
2023 ports :
2124 - protocol : TCP
Original file line number Diff line number Diff line change @@ -234,6 +234,8 @@ kcpFrontProxy:
234234 # Pre-defined IP address of the kcp-front-proxy Service. (only applies if type is "LoadBalancer")
235235 # Used by cloud providers to connect the resulting load balancer service to a pre-existing static IP.
236236 loadBalancerIP : " "
237+ # The class of the load balancer implementation of the kcp-front-proxy Service.
238+ loadBalancerClass : " "
237239
238240 # Set this if you want kcp-front-proxy to use a specific certificate issuer
239241 # (e.g. the Let's Encrypt ones in this chart).
You can’t perform that action at this time.
0 commit comments