Fix paths
This commit is contained in:
parent
5e54655e78
commit
7ffbb9492c
|
@ -35,16 +35,16 @@ spec:
|
|||
mountPath: /var/www/html/config
|
||||
subPath: config
|
||||
- name: default-config
|
||||
mountPath: /etc/apache2/sites-enabled/000-default.conf
|
||||
mountPath: /etc/apache2/sites-enabled
|
||||
subPath: 000-default.conf
|
||||
- name: apache-php-config
|
||||
mountPath: /etc/php/8.0/apache2/php.ini
|
||||
mountPath: /etc/php/8.0/apache2
|
||||
subPath: php.ini
|
||||
- name: apcu-php-config
|
||||
mountPath: /etc/php/8.0/mods-available/apcu.ini
|
||||
mountPath: /etc/php/8.0/mods-available
|
||||
subPath: apcu.ini
|
||||
- name: cli-php-config
|
||||
mountPath: /etc/php/8.0/cli/php.ini
|
||||
mountPath: /etc/php/8.0/cli
|
||||
subPath: php.ini
|
||||
- name: hugepage
|
||||
mountPath: /dev/hugepages
|
||||
|
|
Loading…
Reference in a new issue