volume config
This commit is contained in:
parent
7196c84c51
commit
7e04c17bf5
1 changed files with 7 additions and 2 deletions
|
@ -87,9 +87,14 @@ spec:
|
|||
config:
|
||||
existingClaim: *app
|
||||
globalMounts:
|
||||
- path: /app/var
|
||||
- path: /app/storage/logs
|
||||
- path: /app
|
||||
readOnly: false
|
||||
- path: /etc/nginx/http.d
|
||||
readOnly: false
|
||||
- path: /etc/letsencrypt
|
||||
readOnly: false
|
||||
logs:
|
||||
globalMounts:
|
||||
- path: /app/storage/logs
|
||||
tmp:
|
||||
type: emptyDir
|
||||
|
|
Loading…
Reference in a new issue