From a2be6f65937f38bf7468812ffbb60d251206bb77 Mon Sep 17 00:00:00 2001 From: Ultradesu Date: Mon, 20 Apr 2026 11:12:12 +0300 Subject: [PATCH] Fix zola mounts --- k8s/apps/wedding/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/apps/wedding/deployment.yaml b/k8s/apps/wedding/deployment.yaml index 68e1bb9..04ad1e6 100644 --- a/k8s/apps/wedding/deployment.yaml +++ b/k8s/apps/wedding/deployment.yaml @@ -34,8 +34,7 @@ spec: - /src - build - --output-dir - - /public - - --force + - /public/html volumeMounts: - name: source mountPath: /src @@ -50,6 +49,7 @@ spec: volumeMounts: - name: public mountPath: /usr/share/nginx/html + subPath: html readOnly: true resources: requests: