Add assets dir.
This commit is contained in:
parent
1122775f03
commit
7666558378
1 changed files with 5 additions and 0 deletions
|
@ -81,6 +81,11 @@ spec:
|
||||||
name: peertube-nginx
|
name: peertube-nginx
|
||||||
globalMounts:
|
globalMounts:
|
||||||
- path: /etc/nginx/conf.d
|
- path: /etc/nginx/conf.d
|
||||||
|
assets:
|
||||||
|
type: emptyDir
|
||||||
|
globalMounts:
|
||||||
|
- path: /assets
|
||||||
|
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
|
|
Reference in a new issue