diff --git a/infrastructure/main/values-prod.yaml b/infrastructure/main/values-prod.yaml index e2d018a78..204871826 100644 --- a/infrastructure/main/values-prod.yaml +++ b/infrastructure/main/values-prod.yaml @@ -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 diff --git a/infrastructure/main/values-uat.yaml b/infrastructure/main/values-uat.yaml index 3c24429b1..4df46e62d 100644 --- a/infrastructure/main/values-uat.yaml +++ b/infrastructure/main/values-uat.yaml @@ -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