Emptydir
This commit is contained in:
parent
e623994876
commit
2d576b86ac
1 changed files with 7 additions and 1 deletions
|
@ -33,7 +33,7 @@ spec:
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
runAsUser: 33
|
runAsUser: 33
|
||||||
runAsGroup: 33
|
runAsGroup: 33
|
||||||
fsGroup: 4
|
fsGroup: 33
|
||||||
containers:
|
containers:
|
||||||
- name: customer
|
- name: customer
|
||||||
image: docker.sunet.se/drive/nextcloud-custom:25.0.3.3-4
|
image: docker.sunet.se/drive/nextcloud-custom:25.0.3.3-4
|
||||||
|
@ -53,6 +53,9 @@ spec:
|
||||||
- name: ports-config
|
- name: ports-config
|
||||||
mountPath: /etc/apache2/ports.conf
|
mountPath: /etc/apache2/ports.conf
|
||||||
subPath: ports.conf
|
subPath: ports.conf
|
||||||
|
- name: log-volume
|
||||||
|
mountPath: /var/www/apache2
|
||||||
|
subPath: apache2
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 1500m
|
cpu: 1500m
|
||||||
|
@ -211,3 +214,6 @@ spec:
|
||||||
items:
|
items:
|
||||||
- key: "ports.conf"
|
- key: "ports.conf"
|
||||||
path: "ports.conf"
|
path: "ports.conf"
|
||||||
|
- name: log-volume
|
||||||
|
emptyDir:
|
||||||
|
sizeLimit: 500Mi
|
||||||
|
|
Loading…
Add table
Reference in a new issue