feat : add emptyDir on /tmp for symfony containers based containers

This commit is contained in:
2025-04-22 14:03:07 +02:00
committed by Gauthier DUPONT
parent f8b1dae1f2
commit 41afa90886
3 changed files with 17 additions and 0 deletions

View File

@ -45,6 +45,9 @@ spec:
envFrom:
- configMapRef:
name: hydra-oidc-env
volumeMounts:
- name: oidc-tmp
mountPath: /tmp
resources: {}
securityContext:
runAsNonRoot: true
@ -100,3 +103,7 @@ spec:
runAsGroup: 1000
runAsUser: 1000
restartPolicy: Always
volumes:
- name: oidc-tmp
emptyDir:
medium: Memory