nextcloud config from configmap
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user