values.yaml を更新

This commit is contained in:
2025-09-11 07:35:58 +00:00
parent 79308adbbc
commit c5b8c05715

View File

@@ -38,9 +38,12 @@ ingress:
- path: / - path: /
pathType: Prefix pathType: Prefix
tls: [] tls: []
# - secretName: example-tls # [
# hosts: # {
# - example.com # hosts: [ "example.com" ],
# secretName: "example-tls"
# }
# ]
persistence: persistence:
enabled: true enabled: true