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
|
||||
globalMounts:
|
||||
- path: /app
|
||||
readOnly: false
|
||||
- path: /etc/nginx/http.d
|
||||
readOnly: false
|
||||
certs:
|
||||
globalMounts:
|
||||
- path: /etc/letsencrypt
|
||||
readOnly: false
|
||||
nginxconfig:
|
||||
globalMounts:
|
||||
- path: /etc/nginx/http.d
|
||||
logs:
|
||||
globalMounts:
|
||||
- path: /app/storage/logs
|
||||
|
|
Reference in a new issue