Repository for dip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tenant-catalog/experiment-flowise/values.yaml

36 lines
747 B

#version: flowise, 6.0.0
image:
registry: docker.io
persistence:
enabled: true
size: 2Gi
storageClassName: "standard-rwo"
resources: {}
ingress:
enabled: true
annotations:
cert-manager.io/cluster-issuer: "root-ca-issuer"
cert-manager.io/duration: 8760h
cert-manager.io/renew-before: 720h
konghq.com/plugins: oidc-plugin, keycloak-authz-plugin
hosts:
- host: "experiment-flowise.gke.paasup.io"
paths:
- /
tls:
- hosts:
- "experiment-flowise.gke.paasup.io"
secretName: "experiment-flowise-tls-secret"
postgresql:
enabled: true
auth:
existingSecret: "experiment-flowise-postgresql"
primary:
persistence:
enabled: true
size: 8Gi
storageClass: ""