diff --git a/values.yaml b/values.yaml index 195bbc1..945cd0b 100644 --- a/values.yaml +++ b/values.yaml @@ -73,13 +73,13 @@ ingress: # - blog.example.com # secretName: blog-example-com-tls -# PersistentVolume設定(wp-contentのみ永続化) +# PersistentVolume設定(wp-contentのみ永続化 - bitnami方式) persistence: enabled: true storageClass: "" accessMode: ReadWriteOnce size: 10Gi - # 注意: WordPress本体ファイルはemptyDirに配置され、 + # 注意: WordPress本体はemptyDirに配置(使い捨て) # wp-contentディレクトリのみがPVCに永続化されます # リソース設定 @@ -106,14 +106,18 @@ healthCheck: httpGet: path: / port: 80 - initialDelaySeconds: 30 + initialDelaySeconds: 60 periodSeconds: 10 + timeoutSeconds: 5 + failureThreshold: 6 readinessProbe: httpGet: path: / port: 80 - initialDelaySeconds: 10 + initialDelaySeconds: 30 periodSeconds: 5 + timeoutSeconds: 3 + failureThreshold: 3 # Node Selector nodeSelector: {}