values.yaml を更新

This commit is contained in:
2025-11-21 10:33:04 +00:00
parent 544a6de45e
commit a7deea21ef

View File

@@ -39,6 +39,7 @@ wordpress:
# Service設定 # Service設定
service: service:
# type: ClusterIP
type: LoadBalancer type: LoadBalancer
port: 80 port: 80
targetPort: 80 targetPort: 80
@@ -48,12 +49,22 @@ ingress:
enabled: false enabled: false
className: nginx className: nginx
annotations: {} annotations: {}
# {
# acme.cert-manager.io/http01-ingress-class: "nginx",
# cert-manager.io/cluster-issuer: "letsencrypt-issuer",
# nginx.ingress.kubernetes.io/from-to-www-redirect: "true",
# nginx.ingress.kubernetes.io/proxy-body-size: "100m",
# nginx.ingress.kubernetes.io/rate-limit: "10"
# }
hosts: hosts:
- host: wordpress.example.com - host: wordpress.local
paths: paths:
- path: / - path: /
pathType: Prefix pathType: Prefix
tls: [] tls: []
# - secretName: phpmyadmin-tls
# hosts:
# - phpmyadmin.local
# PersistentVolume設定wp-contentのみ永続化 # PersistentVolume設定wp-contentのみ永続化
persistence: persistence: