Update custom-values.yaml and docs
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user