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: