Compare commits

..

No commits in common. 'service-experiment' and 'master' have entirely different histories.

  1. 36
      experiment-flowise/values.yaml

@ -1,36 +0,0 @@
#version: flowise, 6.0.0
image:
registry: docker.io
persistence:
enabled: true
size: 1Gi
storageClass: ""
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: ""
Loading…
Cancel
Save