Try explicit paths
This commit is contained in:
parent
7ffbb9492c
commit
a5d58c8660
|
@ -32,19 +32,19 @@ spec:
|
|||
image: docker.sunet.se/drive/nextcloud-custom:25.0.5.2-1
|
||||
volumeMounts:
|
||||
- name: nextcloud-data
|
||||
mountPath: /var/www/html/config
|
||||
mountPath: /var/www/html/config/
|
||||
subPath: config
|
||||
- name: default-config
|
||||
mountPath: /etc/apache2/sites-enabled
|
||||
mountPath: /etc/apache2/sites-enabled/000-default.conf
|
||||
subPath: 000-default.conf
|
||||
- name: apache-php-config
|
||||
mountPath: /etc/php/8.0/apache2
|
||||
mountPath: /etc/php/8.0/apache2/php.ini
|
||||
subPath: php.ini
|
||||
- name: apcu-php-config
|
||||
mountPath: /etc/php/8.0/mods-available
|
||||
mountPath: /etc/php/8.0/mods-enabled/apcu.ini
|
||||
subPath: apcu.ini
|
||||
- name: cli-php-config
|
||||
mountPath: /etc/php/8.0/cli
|
||||
mountPath: /etc/php/8.0/cli/php.ini
|
||||
subPath: php.ini
|
||||
- name: hugepage
|
||||
mountPath: /dev/hugepages
|
||||
|
|
Loading…
Reference in a new issue