values.yaml を更新

This commit is contained in:
2025-11-30 04:53:56 +00:00
parent 61d20e5549
commit 02b92ef7dc

View File

@@ -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