Skip to content

Commit

Permalink
CXhange production to staging in redis for worker db-wait
Browse files Browse the repository at this point in the history
  • Loading branch information
aprilrieger committed Jan 16, 2024
1 parent 9cc6e14 commit 4f2bf23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops/staging-deploy.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ extraEnvVars: &envVars
- name: REDIS_PASSWORD
value: $REDIS_PASSWORD
- name: REDIS_HOST
value: production-redis-master
value: staging-redis-master
- name: REDIS_URL
value: redis://:$REDIS_PASSWORD@staging-redis-master
- name: SECRET_KEY_BASE
Expand Down

0 comments on commit 4f2bf23

Please sign in to comment.