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
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue