Skip to content

Commit

Permalink
update flowise command
Browse files Browse the repository at this point in the history
  • Loading branch information
imtoanle committed Mar 28, 2024
1 parent 158db3e commit 164ab7d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions kubernetes/apps/ai/flowise/app/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ spec:
image:
repository: flowiseai/flowise
tag: 1.6.2
command:
- "/bin/sh"
- "-c"
args:
- "sleep 3; flowise start"

probes:
liveness: &probes
Expand Down

0 comments on commit 164ab7d

Please sign in to comment.