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

This commit is contained in:
2025-04-22 14:03:07 +02:00
parent 027784e8f5
commit 2a6802aa56
3 changed files with 17 additions and 0 deletions

View File

@ -53,6 +53,8 @@ spec:
- name: hydra-dispatcher-php-ini
mountPath: /etc/php81/conf.d/03_base.ini
subPath: 03_base.ini
- name: dispatcher-tmp
mountPath: /tmp
resources: {}
securityContext:
runAsNonRoot: true
@ -111,3 +113,6 @@ spec:
- name: hydra-dispatcher-php-ini
configMap:
name: hydra-dispatcher-php-ini
- name: dispatcher-tmp
emptyDir:
medium: Memory