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:
|
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
|
||||||
|
|
Loading…
Reference in a new issue