feat : add emptyDir on /tmp for symfony containers based containers
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user