Same subpath name?
This commit is contained in:
parent
336cef0540
commit
ae3fc1b456
|
@ -64,7 +64,7 @@ spec:
|
||||||
- containerPort: 80
|
- containerPort: 80
|
||||||
name: nextcloud-http
|
name: nextcloud-http
|
||||||
command: ["/bin/bash"]
|
command: ["/bin/bash"]
|
||||||
args: ["-c", "mv /var/www/html/config/apcu.ini /etc/php/8.0/mods-available/ && mv /var/www/html/config/apache-php.ini /etc/php/8.0/apache2 && mv /var/www/html/config/cli-php.ini /etc/php/8.0/cli/ && apachectl -D FOREGROUND"]
|
args: ["-c", "apachectl -D FOREGROUND"]
|
||||||
lifecycle:
|
lifecycle:
|
||||||
postStart:
|
postStart:
|
||||||
exec:
|
exec:
|
||||||
|
@ -80,14 +80,14 @@ spec:
|
||||||
mountPath: /var/www/html/config
|
mountPath: /var/www/html/config
|
||||||
subPath: config
|
subPath: config
|
||||||
- name: apache-php-config
|
- name: apache-php-config
|
||||||
mountPath: /tmp/apache2-php.ini
|
mountPath: /etc/php/8.0/apache2/php.ini
|
||||||
subPath: php.ini
|
subPath: apache-php.ini
|
||||||
- name: apcu-php-config
|
- name: apcu-php-config
|
||||||
mountPath: /tmp/apcu.ini
|
mountPath: /etc/php/8.0/mods-available/apcu.ini
|
||||||
subPath: apcu.ini
|
subPath: apcu.ini
|
||||||
- name: cli-php-config
|
- name: cli-php-config
|
||||||
mountPath: /tmp/cli-php.ini
|
mountPath: /etc/php/8.0/cli/php.ini
|
||||||
subPath: php.ini
|
subPath: cli-php.ini
|
||||||
env:
|
env:
|
||||||
- name: GSS_MASTER_URL
|
- name: GSS_MASTER_URL
|
||||||
value: "https://drive.test.sunet.se"
|
value: "https://drive.test.sunet.se"
|
||||||
|
@ -176,7 +176,7 @@ spec:
|
||||||
value: "redis"
|
value: "redis"
|
||||||
- name: SITE_NAME
|
- name: SITE_NAME
|
||||||
value: "customer.drive.test.sunet.se"
|
value: "customer.drive.test.sunet.se"
|
||||||
command: ["/bin/bash", "-c", "cp /tmp/*.ini /var/www/html/config && /usr/bin/j2 -f env -o /var/www/html/config/config.php /tmp/config.php.template"]
|
command: ["/bin/bash", "-c", "/usr/bin/j2 -f env -o /var/www/html/config/config.php /tmp/config.php.template"]
|
||||||
volumes:
|
volumes:
|
||||||
- name: nextcloud-config-template
|
- name: nextcloud-config-template
|
||||||
configMap:
|
configMap:
|
||||||
|
|
Loading…
Reference in a new issue