global: storageClass: "longhorn" image: registry: docker.io persistence: enabled: true size: 1Gi storageClass: longhorn resources: {} config: username: flowise password: flowise worker: enabled: true replicaCount: 1 resources: {} ingress: enabled: true annotations: cert-manager.io/cluster-issuer: "root-ca-issuer" cert-manager.io/duration: 8760h cert-manager.io/renew-before: 720h hosts: - host: flowise.example.org paths: - / tls: - hosts: - flowise.example.org secretName: flowise-tls-secret # 내장 bitnami postgresql 서브차트 대신 cnpg-cluster(전용 인스턴스)를 외부 DB로 사용한다. # 사전 배포: helm install flowise-db manifests/helm/cnpg-cluster/1.0.0 \ # -f manifests/helm/cnpg-cluster/1.0.0/custom-values.yaml \ # -f manifests/applicationset/flowise/6.0.0/flowise-db-values.yaml -n postgresql: enabled: false externalPostgresql: enabled: true host: flowise-db-rw # cnpg-cluster 릴리스명이 flowise-db일 때의 rw 서비스명 port: 5432 username: flowise password: flowise # cnpg-cluster 부트스트랩 시크릿의 password와 동일해야 한다 database: flowise redis: enabled: true