Skip to content

Commit

Permalink
bugfix/DBC22-1359: Reduce redis replicas to 1 in UAT and PRD
Browse files Browse the repository at this point in the history
To temporarily resolve issues with Huey jobs getting stuck
  • Loading branch information
wmuldergov authored and ray-oxd committed Dec 21, 2023
1 parent f4ff0e2 commit e5f4a6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infrastructure/main/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ redis:
fullnameOverride: prod-redis
namespace: c59ecc-prod #enter the full namespace here to the deployment has the correct imagestream
deployment:
replicas: 3
replicas: 1
resources:
requests:
cpu: 50m
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/main/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ redis:
fullnameOverride: uat-redis
namespace: c59ecc-test #enter the full namespace here to the deployment has the correct imagestream
deployment:
replicas: 2
replicas: 1
resources:
requests:
cpu: 50m
Expand Down

0 comments on commit e5f4a6f

Please sign in to comment.