Update custom-values.yaml and docs

This commit is contained in:
wbsong111
2025-08-12 13:17:51 +09:00
parent 4f08cb4da0
commit ec42db2d6e
3 changed files with 55 additions and 20 deletions
+11 -2
View File
@@ -1,3 +1,5 @@
global:
storageClass: "longhorn"
image:
registry: docker.io
@@ -12,10 +14,15 @@ config:
username: flowise
password: flowise
worker:
enabled: true
replicaCount: 1
resources: {}
ingress:
enabled: true
annotations:
cert-manager.io/cluster-issuer: "selfsigned-issuer"
cert-manager.io/cluster-issuer: "root-ca-issuer"
cert-manager.io/duration: 8760h
cert-manager.io/renew-before: 720h
hosts:
@@ -33,5 +40,7 @@ postgresql:
persistence:
enabled: true
size: 8Gi
storageClass: ""
redis:
enabled: true