Skip to content

Commit

Permalink
update flowise
Browse files Browse the repository at this point in the history
  • Loading branch information
imtoanle committed Mar 28, 2024
1 parent b849290 commit 158db3e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions kubernetes/apps/ai/flowise/app/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ spec:
containers:
main:
image:
repository: aitbase/flowise-ai
tag: v1.3.8
repository: flowiseai/flowise
tag: 1.6.2

probes:
liveness: &probes
Expand All @@ -60,6 +60,7 @@ spec:
enabled: false

env:
PORT: "3000"
FLOWISE_USERNAME:
valueFrom:
secretKeyRef:
Expand All @@ -77,6 +78,7 @@ spec:
key: flowise.secretkey.overwrite
APIKEY_PATH: /flowise_data/api
LOG_PATH: /flowise_data/logs
BLOB_STORAGE_PATH: /flowise_data/storage
SECRETKEY_PATH: /flowise_data/secrets
DATABASE_TYPE: postgres
DATABASE_PORT: 5432
Expand Down

0 comments on commit 158db3e

Please sign in to comment.