mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-17 00:56:02 +10:00
[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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user