More resources

This commit is contained in:
Micke Nordin 2023-03-29 09:38:26 +02:00
parent 8bab17bbad
commit 9a523dbec4
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257

View file

@ -57,7 +57,7 @@ spec:
ports:
- containerPort: 8080
name: nextcloud-http
command: ['/bin/sh', '-c', '. /etc/apache2/envvars; apachectl -DFORGROUND; tail -f /dev/null']
command: ['/bin/sh', '-c', '/etc/init.d/apache2 start']
initContainers:
- image: docker.sunet.se/sunet/docker-jinja:latest
name: init-config