Skip to content

Commit

Permalink
fix(llm): add keys for redis secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
nsantacruz committed Mar 28, 2024
1 parent e64f62a commit 93559b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/ci/production-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,11 @@ tasks:
redisPassword:
secretRef:
name: redis-password
key: REDIS_PASSWORD
sentinelPassword:
secretRef:
name: sentinel-password
key: SENTINEL_PASSWORD
queues:
llm: llm-llm
ingress:
Expand Down
2 changes: 2 additions & 0 deletions helm-chart/sefaria-project/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -255,9 +255,11 @@ tasks:
redisPassword:
secretRef:
name: redis-password
key: REDIS_PASSWORD
sentinelPassword:
secretRef:
name: sentinel-password
key: SENTINEL_PASSWORD
queues:
llm: default-llm

Expand Down

0 comments on commit 93559b7

Please sign in to comment.