mirror of
https://github.com/bitnami/charts.git
synced 2026-02-27 15:37:06 +08:00
This commit is contained in:
@@ -34,4 +34,4 @@ maintainers:
|
||||
name: nginx-ingress-controller
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/nginx-ingress-controller
|
||||
version: 9.9.4
|
||||
version: 9.9.5
|
||||
|
||||
@@ -213,6 +213,10 @@ spec:
|
||||
name: nginx-template-volume
|
||||
readOnly: true
|
||||
{{- end }}
|
||||
# Workaround for upstream issue reported at https://github.com/kubernetes/ingress-nginx/issues/10601
|
||||
# To be removed once the controller releases a fixed version
|
||||
- name: geoip
|
||||
mountPath: /etc/nginx/geoip/
|
||||
{{- if .Values.extraVolumeMounts }}
|
||||
{{- include "common.tplvalues.render" (dict "value" .Values.extraVolumeMounts "context" $) | nindent 12 }}
|
||||
{{- end }}
|
||||
@@ -228,6 +232,10 @@ spec:
|
||||
- key: {{ .Values.customTemplate.configMapKey }}
|
||||
path: nginx.tmpl
|
||||
{{- end }}
|
||||
# Workaround for upstream issue reported at https://github.com/kubernetes/ingress-nginx/issues/10601
|
||||
# To be removed once the controller releases a fixed version
|
||||
- name: geoip
|
||||
emptyDir: {}
|
||||
{{- if .Values.extraVolumes }}
|
||||
{{- include "common.tplvalues.render" (dict "value" .Values.extraVolumes "context" $) | nindent 8 }}
|
||||
{{- end }}
|
||||
|
||||
@@ -207,7 +207,6 @@ spec:
|
||||
# To be removed once the controller releases a fixed version
|
||||
- name: geoip
|
||||
mountPath: /etc/nginx/geoip/
|
||||
readOnly: true
|
||||
{{- if .Values.extraVolumeMounts }}
|
||||
{{- include "common.tplvalues.render" (dict "value" .Values.extraVolumeMounts "context" $) | nindent 12 }}
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user