Fix issue with read only configuration
Some checks reported errors
continuous-integration/drone Build is passing
continuous-integration/drone/push Build was killed

This commit is contained in:
Pierre HUBERT 2024-01-14 21:17:01 +01:00
parent b8a102bd0b
commit 7300def6dc

View File

@ -63,6 +63,10 @@ spec:
requests:
memory: 150Mi
cpu: "0.01"
volumeMounts:
- mountPath: /tmp
readOnly: false
name: tempdir
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
@ -71,3 +75,7 @@ spec:
capabilities:
drop:
- ALL
volumes:
- name: tempdir
emptyDir:
sizeLimit: 500Mi