[bitnami/wordpress] Set APACHE_HTTP_PORT_NUMBER (#7131)

* [bitnami/wordpress] Set APACHE_HTTPS_PORT_NUMBER and APACHE_HTTP_PORT_NUMBER

* Fix typo
This commit is contained in:
Miguel Ruiz
2021-08-05 08:23:15 +02:00
committed by GitHub
parent e538b91a0f
commit fd812430e0
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -35,4 +35,4 @@ name: wordpress
sources:
- https://github.com/bitnami/bitnami-docker-wordpress
- https://wordpress.org/
version: 12.0.2
version: 12.0.3
@@ -163,6 +163,10 @@ spec:
value: {{ .Values.wordpressAutoUpdateLevel | quote }}
- name: WORDPRESS_PLUGINS
value: {{ join "," .Values.wordpressPlugins | quote }}
- name: APACHE_HTTP_PORT_NUMBER
value: {{ .Values.containerPorts.http | quote }}
- name: APACHE_HTTPS_PORT_NUMBER
value: {{ .Values.containerPorts.https | quote }}
{{- if .Values.multisite.enable }}
- name: WORDPRESS_ENABLE_MULTISITE
value: "yes"