Allow the charts containerPorts to be configured (#12137)

Signed-off-by: Michiel <michield@vmware.com>
This commit is contained in:
Michiel
2022-08-25 17:43:35 +02:00
committed by GitHub
parent b3eae88446
commit 0ce981c65c
+4
View File
@@ -130,6 +130,10 @@ spec:
env:
- name: BITNAMI_DEBUG
value: {{ ternary "true" "false" .Values.image.debug | quote }}
- name: APACHE_HTTP_PORT_NUMBER
value: {{ .Values.containerPorts.http | quote }}
- name: APACHE_HTTPS_PORT_NUMBER
value: {{ .Values.containerPorts.https | quote }}
{{- if .Values.extraEnvVars }}
{{- include "common.tplvalues.render" (dict "value" .Values.extraEnvVars "context" $) | nindent 12 }}
{{- end }}