From 02b92ef7dc1e16d40f521672992958c206b98e7c Mon Sep 17 00:00:00 2001 From: pieter Date: Sun, 30 Nov 2025 04:53:56 +0000 Subject: [PATCH] =?UTF-8?q?values.yaml=20=E3=82=92=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- values.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/values.yaml b/values.yaml index a173d01..116dbf0 100644 --- a/values.yaml +++ b/values.yaml @@ -29,6 +29,14 @@ wordpress: adminPassword: "" # 空の場合はランダム生成 adminEmail: "admin@example.com" + # WordPress Multisite設定 + multisite: + enabled: false + # サブドメイン型: true, サブディレクトリ型: false + subdomains: false + # Multisiteのベースドメイン(サブドメイン型の場合必須) + domain: "example.com" + # ads.txt設定 adsTxt: enabled: false