mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-25 17:06:55 +00:00
helm chart - allow to add additional trusted domain
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
ec0c70e361
commit
ef30ecae8f
7 changed files with 28 additions and 2 deletions
|
|
@ -37,6 +37,8 @@ spec:
|
|||
mountPath: /nextcloud-aio-nextcloud
|
||||
containers:
|
||||
- env:
|
||||
- name: ADDITIONAL_TRUSTED_DOMAIN
|
||||
value: "{{ .Values.ADDITIONAL_TRUSTED_DOMAIN }}"
|
||||
- name: APACHE_MAX_SIZE
|
||||
value: "{{ .Values.APACHE_MAX_SIZE }}"
|
||||
- name: APACHE_MAX_TIME
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue