From 661bfd2b50463bc67284b73796ca6872eaf1bdf2 Mon Sep 17 00:00:00 2001 From: pieter Date: Sat, 22 Nov 2025 12:44:34 +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 | 84 ++++++++++++++++++++++++++------------- 1 file changed, 57 insertions(+), 27 deletions(-) diff --git a/templates/deployment.yaml b/templates/deployment.yaml index b91e9e4..c475aa0 100644 --- a/templates/deployment.yaml +++ b/templates/deployment.yaml @@ -50,33 +50,63 @@ spec: # wp-config.php を Secretから生成(毎回再作成) echo "Generating wp-config.php from Secret..." cat > /var/www/html/wp-config.php <<'WPCONFIG' -