Fix zola mounts
This commit is contained in:
@@ -34,8 +34,7 @@ spec:
|
|||||||
- /src
|
- /src
|
||||||
- build
|
- build
|
||||||
- --output-dir
|
- --output-dir
|
||||||
- /public
|
- /public/html
|
||||||
- --force
|
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: source
|
- name: source
|
||||||
mountPath: /src
|
mountPath: /src
|
||||||
@@ -50,6 +49,7 @@ spec:
|
|||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: public
|
- name: public
|
||||||
mountPath: /usr/share/nginx/html
|
mountPath: /usr/share/nginx/html
|
||||||
|
subPath: html
|
||||||
readOnly: true
|
readOnly: true
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
|
|||||||
Reference in New Issue
Block a user