everybody gets a volume!
This commit is contained in:
parent
7e04c17bf5
commit
d439ff9175
1 changed files with 5 additions and 4 deletions
|
@ -88,11 +88,12 @@ spec:
|
||||||
existingClaim: *app
|
existingClaim: *app
|
||||||
globalMounts:
|
globalMounts:
|
||||||
- path: /app
|
- path: /app
|
||||||
readOnly: false
|
certs:
|
||||||
- path: /etc/nginx/http.d
|
globalMounts:
|
||||||
readOnly: false
|
|
||||||
- path: /etc/letsencrypt
|
- path: /etc/letsencrypt
|
||||||
readOnly: false
|
nginxconfig:
|
||||||
|
globalMounts:
|
||||||
|
- path: /etc/nginx/http.d
|
||||||
logs:
|
logs:
|
||||||
globalMounts:
|
globalMounts:
|
||||||
- path: /app/storage/logs
|
- path: /app/storage/logs
|
||||||
|
|
Reference in a new issue