diff --git a/customers/base/nextcloud-deployment.yml b/customers/base/nextcloud-deployment.yml index 7d3eb22..60d8dd8 100644 --- a/customers/base/nextcloud-deployment.yml +++ b/customers/base/nextcloud-deployment.yml @@ -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: