Try with var/run
This commit is contained in:
parent
f00f1bfa52
commit
394dfdf5df
1 changed files with 6 additions and 0 deletions
|
@ -59,6 +59,9 @@ spec:
|
||||||
- name: conf-volume
|
- name: conf-volume
|
||||||
mountPath: /etc/apache2/mods-enabled
|
mountPath: /etc/apache2/mods-enabled
|
||||||
subPath: mods-enabled
|
subPath: mods-enabled
|
||||||
|
- name: run-volume
|
||||||
|
mountPath: /var/run/apache2
|
||||||
|
subPath: apache2
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 1500m
|
cpu: 1500m
|
||||||
|
@ -222,6 +225,9 @@ spec:
|
||||||
items:
|
items:
|
||||||
- key: "ports.conf"
|
- key: "ports.conf"
|
||||||
path: "ports.conf"
|
path: "ports.conf"
|
||||||
|
- name: run-volume
|
||||||
|
emptyDir:
|
||||||
|
sizeLimit: 500Mi
|
||||||
- name: log-volume
|
- name: log-volume
|
||||||
emptyDir:
|
emptyDir:
|
||||||
sizeLimit: 500Mi
|
sizeLimit: 500Mi
|
||||||
|
|
Loading…
Add table
Reference in a new issue