Skip to content

Commit

Permalink
Merge pull request #1294 from porter-dev/ferozemohideen-patch-1
Browse files Browse the repository at this point in the history
Update values.yaml
  • Loading branch information
Feroze Mohideen authored May 21, 2024
2 parents 20e924b + b64d560 commit 5825180
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions addons/quivr-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ quivr-backend:
cpu: 200m
memory: 240Mi
container:
command:
command: uvicorn main:app --reload --host 0.0.0.0 --port 5050 --workers 6 --log-level
port: 5050
env:
normal:
Expand Down Expand Up @@ -48,7 +48,7 @@ quivr-flower:
cpu: 200m
memory: 240Mi
container:
command:
command: celery -A celery_worker flower -l info
port: 5555
env:
normal:
Expand Down Expand Up @@ -85,7 +85,7 @@ quivr-worker:
cpu: 200m
memory: 240Mi
container:
command:
command: celery -A celery_worker worker -l info
env:
normal:
OPENAI_API_KEY:
Expand All @@ -110,7 +110,7 @@ quivr-beat:
cpu: 200m
memory: 240Mi
container:
command:
command: celery -A celery_worker beat -l info
env:
normal:
OPENAI_API_KEY:
Expand Down

0 comments on commit 5825180

Please sign in to comment.