Try to match up names

This commit is contained in:
Micke Nordin 2023-04-03 15:31:41 +02:00
parent 75f1a7fd5c
commit 4f9a6641ee
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257

View file

@ -34,7 +34,7 @@ spec:
- name: nextcloud-data
mountPath: /var/www/html/config/
subPath: config
- name: nextcloud-configmap
- name: nextcloud-config
mountPath: /etc/apache2/sites-enabled/000-default.conf
subPath: 000-default.conf
- name: hugepage
@ -42,13 +42,13 @@ spec:
- name: script-configmap
mountPath: /usr/local/bin/nc-upgrade
subPath: nc-upgrade
- name: nextcloud-configmap
- name: nextcloud-config
mountPath: /etc/php/8.0/apache2/php.ini
subPath: apache.php.ini
- name: nextcloud-configmap
- name: nextcloud-config
mountPath: /etc/php/8.0/mods-available/apcu.ini
subPath: apcu.ini
- name: nextcloud-configmap
- name: nextcloud-config
mountPath: /etc/php/8.0/cli/php.ini
subPath: cli.php.ini
resources: