Probably more than we need

This commit is contained in:
Micke Nordin 2023-03-29 11:38:39 +02:00
parent 20331e2338
commit f00f1bfa52
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257

View file

@ -190,7 +190,7 @@ spec:
key: "redis_password"
- name: SITE_NAME
value: "customer.drive.test.sunet.se"
command: ["/bin/sh", "-c", "rm /etc/apache2/mods-enabled/ssl.load /etc/apache2/mods-enabled/ssl.conf; /usr/bin/j2 -f env -o /var/www/html/config/config.php /tmp/config.php.template"]
command: ["/bin/bash", "-c", "cp /etc/apache2/mods-available/{access_compat.load,alias.load,authn_core.load,authz_core.load,authz_user.load,autoindex.load,deflate.load,dir.load,filter.load,mime.load,mpm_prefork.load,negotiation.load,php8.0.load,reqtimeout.load,setenvif.conf,socache_shmcb.load,status.load,alias.conf,auth_basic.load,authn_file.load,authz_host.load,autoindex.conf,deflate.conf,dir.conf,env.load,mime.conf,mpm_prefork.conf,negotiation.conf,php8.0.conf,reqtimeout.conf,rewrite.load,setenvif.load,status.conf} /etc/apache2/mods-enabled/; /usr/bin/j2 -f env -o /var/www/html/config/config.php /tmp/config.php.template"]
volumes:
- name: nextcloud-config-template
configMap: