This commit is contained in:
Micke Nordin 2023-03-29 11:12:24 +02:00
parent e623994876
commit 2d576b86ac
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257

View file

@ -33,7 +33,7 @@ spec:
allowPrivilegeEscalation: false
runAsUser: 33
runAsGroup: 33
fsGroup: 4
fsGroup: 33
containers:
- name: customer
image: docker.sunet.se/drive/nextcloud-custom:25.0.3.3-4
@ -53,6 +53,9 @@ spec:
- name: ports-config
mountPath: /etc/apache2/ports.conf
subPath: ports.conf
- name: log-volume
mountPath: /var/www/apache2
subPath: apache2
resources:
limits:
cpu: 1500m
@ -211,3 +214,6 @@ spec:
items:
- key: "ports.conf"
path: "ports.conf"
- name: log-volume
emptyDir:
sizeLimit: 500Mi