source envars

This commit is contained in:
Micke Nordin 2023-03-29 00:29:08 +02:00
parent d08922898f
commit 7fc11cf3c8
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257

View file

@ -37,7 +37,7 @@ spec:
ports:
- containerPort: 443
name: nextcloud-https
command: ['/bin/sh', '-c', 'apache2 -DFOREGROUND']
command: ['/bin/sh', '-c', 'source /etc/apache2/envvars && apache2ctl -DFOREGROUND']
initContainers:
- image: docker.sunet.se/sunet/docker-jinja:latest
name: init-config