From ec929580eda37652345ad3670ed081163de86924 Mon Sep 17 00:00:00 2001 From: pieter Date: Tue, 25 Nov 2025 00:51:37 +0000 Subject: [PATCH] =?UTF-8?q?templates/deployment.yaml=20=E3=82=92=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/deployment.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/deployment.yaml b/templates/deployment.yaml index 21e0460..4ba5746 100644 --- a/templates/deployment.yaml +++ b/templates/deployment.yaml @@ -277,6 +277,8 @@ spec: volumeMounts: - name: wordpress-core mountPath: /var/www/html + - name: wordpress-persistent + mountPath: /var/www/html-persistent resources: {{- toYaml .Values.resources.wordpress | nindent 12 }} volumes: @@ -303,4 +305,4 @@ spec: {{- with .Values.tolerations }} tolerations: {{- toYaml . | nindent 8 }} - {{- end }} + {{- end }} \ No newline at end of file