Fix zola mounts
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 19s
Check with kubeconform / lint (push) Successful in 8s
Auto-update README / Generate README and Create MR (push) Successful in 6s

This commit is contained in:
Ultradesu
2026-04-20 11:12:12 +03:00
parent 86817e5c94
commit a2be6f6593
+2 -2
View File
@@ -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: