values.yaml を更新
This commit is contained in:
40
values.yaml
40
values.yaml
@@ -39,8 +39,8 @@ wordpress:
|
|||||||
|
|
||||||
# Service設定
|
# Service設定
|
||||||
service:
|
service:
|
||||||
# type: ClusterIP
|
|
||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
|
# type: ClusterIP
|
||||||
port: 80
|
port: 80
|
||||||
targetPort: 80
|
targetPort: 80
|
||||||
|
|
||||||
@@ -49,22 +49,30 @@ 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"
|
||||||
# cert-manager.io/cluster-issuer: "letsencrypt-issuer",
|
# acme.cert-manager.io/http01-ingress-class: "nginx"
|
||||||
# nginx.ingress.kubernetes.io/from-to-www-redirect: "true",
|
# nginx.ingress.kubernetes.io/from-to-www-redirect: "true"
|
||||||
# nginx.ingress.kubernetes.io/proxy-body-size: "100m",
|
# nginx.ingress.kubernetes.io/proxy-body-size: "100m"
|
||||||
# nginx.ingress.kubernetes.io/rate-limit: "10"
|
hostname: wordpress.example.com
|
||||||
# }
|
path: /
|
||||||
hosts:
|
|
||||||
- host: wordpress.local
|
|
||||||
paths:
|
|
||||||
- path: /
|
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
tls: []
|
# TLS設定(true にするだけで hostname を使用して自動設定)
|
||||||
# - secretName: phpmyadmin-tls
|
tls: false
|
||||||
# hosts:
|
# tlsを有効にすると自動的に以下が設定されます:
|
||||||
# - phpmyadmin.local
|
# - hosts: [hostname]
|
||||||
|
# - secretName: {hostname}-tls
|
||||||
|
|
||||||
|
# 追加のホスト設定
|
||||||
|
extraHosts: []
|
||||||
|
# - name: blog.example.com
|
||||||
|
# path: /
|
||||||
|
|
||||||
|
# 追加のTLS設定
|
||||||
|
extraTls: []
|
||||||
|
# - hosts:
|
||||||
|
# - blog.example.com
|
||||||
|
# secretName: blog-example-com-tls
|
||||||
|
|
||||||
# PersistentVolume設定(wp-contentのみ永続化)
|
# PersistentVolume設定(wp-contentのみ永続化)
|
||||||
persistence:
|
persistence:
|
||||||
|
|||||||
Reference in New Issue
Block a user