From 690ac6423f428c6cf8203b5f67551c30e2ebae4d Mon Sep 17 00:00:00 2001 From: pieter Date: Wed, 26 Nov 2025 01:52:20 +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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/deployment.yaml b/templates/deployment.yaml index 3875357..2f1e71e 100644 --- a/templates/deployment.yaml +++ b/templates/deployment.yaml @@ -255,10 +255,10 @@ spec: protocol: TCP volumeMounts: - name: wordpress-persistent - mountPath: /var/www/html/wp-content + mountPath: /usr/src/wordpress/wp-content subPath: wp-content - name: wordpress-persistent - mountPath: /var/www/html/wp-config.php + mountPath: /usr/src/wordpress/wp-config.php subPath: wp-config.php - name: nginx-config mountPath: /etc/nginx/conf.d/default.conf @@ -294,10 +294,10 @@ spec: value: {{ .Values.wordpress.tablePrefix | quote }} volumeMounts: - name: wordpress-persistent - mountPath: /var/www/html/wp-content + mountPath: /usr/src/wordpress/wp-content subPath: wp-content - name: wordpress-persistent - mountPath: /var/www/html/wp-config.php + mountPath: /usr/src/wordpress/wp-config.php subPath: wp-config.php resources: {{- toYaml .Values.resources.wordpress | nindent 12 }}