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

@ -63,6 +63,8 @@ spec:
- name: hydra-sql-php-ini
mountPath: /etc/php81/conf.d/03_base.ini
subPath: 03_base.ini
- name: sql-tmp
mountPath: /tmp
- name: hydra-sql-caddy
image: reg.cadoles.com/cadoles/hydra-sql-base:2025.4.17-symfonycontainerupdate.1254.0de370a
@ -108,5 +110,8 @@ spec:
- name: hydra-sql-php-ini
configMap:
name: hydra-sql-php-ini
- name: sql-tmp
emptyDir:
medium: Memory
restartPolicy: Always