mirror of
https://github.com/bitnami/charts.git
synced 2026-03-14 06:47:28 +08:00
[bitnami/mongodb] Support tls.extraDnsNames in "replicaset" architecture (#8267)
* [bitnami/mongodb] Support tls.extraDnsNames in "replicaset" architecture Currently tls.extraDnsNames works only with "standalone" architecture * [bitnami/mongodb] Version bump
This commit is contained in:
committed by
GitHub
parent
4b72fd7d89
commit
58900c8dc1
@@ -26,4 +26,4 @@ name: mongodb
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-mongodb
|
||||
- https://mongodb.org
|
||||
version: 10.30.2
|
||||
version: 10.30.3
|
||||
|
||||
@@ -151,6 +151,11 @@ spec:
|
||||
DNS.3 = $my_hostname.$svc.$MY_POD_NAMESPACE.svc.{{ .Values.clusterDomain }}
|
||||
DNS.4 = localhost
|
||||
DNS.5 = 127.0.0.1
|
||||
{{- if .Values.tls.extraDnsNames }}
|
||||
{{- range $key, $dnsName := .Values.tls.extraDnsNames }}
|
||||
{{ $key }} = {{ $dnsName }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- if .Values.externalAccess.service.loadBalancerIPs }}
|
||||
{{- range $key, $val := .Values.externalAccess.service.loadBalancerIPs }}
|
||||
IP.{{ $key }} = {{ $val | quote }}
|
||||
|
||||
Reference in New Issue
Block a user