From ce25ad3d5ced64e31094f8810d0b805d7f2a15d8 Mon Sep 17 00:00:00 2001 From: rheiga19 Date: Thu, 27 Mar 2025 15:17:29 +0700 Subject: [PATCH] update kubernetes --- deploy/kubernetes/dev.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/deploy/kubernetes/dev.yaml b/deploy/kubernetes/dev.yaml index 8dcedad..4e11275 100644 --- a/deploy/kubernetes/dev.yaml +++ b/deploy/kubernetes/dev.yaml @@ -167,9 +167,9 @@ spec: terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - - mountPath: /app/public + - mountPath: /public name: public - - mountPath: /app/storage + - mountPath: /storage name: storage - mountPath: /tmp name: tmp @@ -200,9 +200,9 @@ spec: terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - - mountPath: /app/public + - mountPath: /public name: public - - mountPath: /app/storage + - mountPath: /storage name: storage - mountPath: /tmp name: tmp @@ -237,6 +237,7 @@ spec: - name: storage persistentVolumeClaim: claimName: nam-frontend-dev-storage + --- apiVersion: v1