File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
Expand file tree Collapse file tree 3 files changed +7
-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.9.4
6+ version : 0.9.5
77appVersion : " 0.26.1"
88
99# optional metadata
Original file line number Diff line number Diff line change 1919 - server auth
2020 dnsNames :
2121 - " {{ .Values.externalHostname }}"
22+ {{- range .Values.kcpFrontProxy.extraDNSNames }}
23+ - " {{ . }}"
24+ {{- end }}
2225 issuerRef :
2326 {{- if .Values.kcpFrontProxy.certificateIssuer }}
2427 {{ .Values.kcpFrontProxy.certificateIssuer | toYaml | nindent 4 }}
Original file line number Diff line number Diff line change @@ -185,6 +185,9 @@ kcpFrontProxy:
185185 # proxy_client_cert: /etc/kcp-front-proxy/requestheader-client/tls/kcp/tls.crt
186186 # proxy_client_key: /etc/kcp-front-proxy/requestheader-client/tls/kcp/tls.key
187187
188+ # Set this to add additional dnsNames to the Front Proxy certificate.
189+ extraDNSNames : []
190+
188191 # When running external virtual workspaces, kcp-front-proxy needs
189192 # access to the CA that signed the VW's serving cert. Unless your
190193 # VWs all use the kcp-server-issuer, you must mount all additional
You can’t perform that action at this time.
0 commit comments