nextcloud config from configmap

This commit is contained in:
2021-08-20 11:45:44 +02:00
parent 455f519fca
commit 8fc6757dbd
4 changed files with 56 additions and 53 deletions

View File

@@ -25,6 +25,9 @@ spec:
- name: nextcloud-nginx-site
configMap:
name: nextcloud-nginx-site
- name: nextcloud-config
configMap:
name: nextcloud-config
- name: www-data
emptyDir: {}
containers:
@@ -49,6 +52,9 @@ spec:
volumeMounts:
- name: www-data
mountPath: /var/www/html
- name: nextcloud-config
mountPath: /var/www/html/config/config.php
subPath: config.php
env:
- name: TZ
value: "Europe/Berlin"