Try with var/run

This commit is contained in:
Micke Nordin 2023-03-29 11:40:58 +02:00
parent f00f1bfa52
commit 394dfdf5df
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257

View file

@ -59,6 +59,9 @@ spec:
- name: conf-volume
mountPath: /etc/apache2/mods-enabled
subPath: mods-enabled
- name: run-volume
mountPath: /var/run/apache2
subPath: apache2
resources:
limits:
cpu: 1500m
@ -222,6 +225,9 @@ spec:
items:
- key: "ports.conf"
path: "ports.conf"
- name: run-volume
emptyDir:
sizeLimit: 500Mi
- name: log-volume
emptyDir:
sizeLimit: 500Mi