volume config

This commit is contained in:
Joseph Hanson 2024-11-29 09:09:20 -06:00
parent 7196c84c51
commit 7e04c17bf5
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -87,9 +87,14 @@ spec:
config: config:
existingClaim: *app existingClaim: *app
globalMounts: globalMounts:
- path: /app/var - path: /app
- path: /app/storage/logs readOnly: false
- path: /etc/nginx/http.d - path: /etc/nginx/http.d
readOnly: false
- path: /etc/letsencrypt - path: /etc/letsencrypt
readOnly: false
logs:
globalMounts:
- path: /app/storage/logs
tmp: tmp:
type: emptyDir type: emptyDir