Skip to content

Commit

Permalink
chore: allow staging to scale down more (#17227) (#17229)
Browse files Browse the repository at this point in the history
* chore: allow staging to scale down more

* chore: nx format:write update dirty files

* set overrides to 3

* fixed tests

---------

Co-authored-by: andes-it <[email protected]>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Dec 13, 2024
1 parent 00953f6 commit f090a75
Show file tree
Hide file tree
Showing 34 changed files with 274 additions and 266 deletions.
70 changes: 35 additions & 35 deletions charts/identity-server/values.staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ auth-admin-web:
cpuAverageUtilization: 90
nginxRequestsIrate: 5
replicas:
max: 10
min: 2
max: 3
min: 1
image:
repository: '821090935708.dkr.ecr.eu-west-1.amazonaws.com/auth-admin-web'
ingress:
Expand All @@ -59,9 +59,9 @@ auth-admin-web:
progressDeadlineSeconds: 1200
pvcs: []
replicaCount:
default: 2
max: 10
min: 2
default: 1
max: 3
min: 1
resources:
limits:
cpu: '400m'
Expand Down Expand Up @@ -270,8 +270,8 @@ services-auth-admin-api:
cpuAverageUtilization: 90
nginxRequestsIrate: 5
replicas:
max: 10
min: 2
max: 3
min: 1
image:
repository: '821090935708.dkr.ecr.eu-west-1.amazonaws.com/services-auth-admin-api'
ingress:
Expand All @@ -289,9 +289,9 @@ services-auth-admin-api:
maxUnavailable: 1
pvcs: []
replicaCount:
default: 2
max: 10
min: 2
default: 1
max: 3
min: 1
resources:
limits:
cpu: '400m'
Expand Down Expand Up @@ -369,8 +369,8 @@ services-auth-delegation-api:
cpuAverageUtilization: 90
nginxRequestsIrate: 5
replicas:
max: 10
min: 2
max: 3
min: 1
image:
repository: '821090935708.dkr.ecr.eu-west-1.amazonaws.com/services-auth-delegation-api'
ingress:
Expand All @@ -387,9 +387,9 @@ services-auth-delegation-api:
maxUnavailable: 1
pvcs: []
replicaCount:
default: 2
max: 10
min: 2
default: 1
max: 3
min: 1
resources:
limits:
cpu: '400m'
Expand Down Expand Up @@ -475,8 +475,8 @@ services-auth-ids-api:
cpuAverageUtilization: 90
nginxRequestsIrate: 5
replicas:
max: 15
min: 2
max: 3
min: 1
image:
repository: '821090935708.dkr.ecr.eu-west-1.amazonaws.com/services-auth-ids-api'
initContainer:
Expand Down Expand Up @@ -521,9 +521,9 @@ services-auth-ids-api:
maxUnavailable: 1
pvcs: []
replicaCount:
default: 2
max: 15
min: 2
default: 1
max: 3
min: 1
resources:
limits:
cpu: '800m'
Expand Down Expand Up @@ -659,8 +659,8 @@ services-auth-personal-representative:
cpuAverageUtilization: 90
nginxRequestsIrate: 5
replicas:
max: 10
min: 2
max: 3
min: 1
image:
repository: '821090935708.dkr.ecr.eu-west-1.amazonaws.com/services-auth-personal-representative'
ingress:
Expand All @@ -677,9 +677,9 @@ services-auth-personal-representative:
maxUnavailable: 1
pvcs: []
replicaCount:
default: 2
max: 10
min: 2
default: 1
max: 3
min: 1
resources:
limits:
cpu: '400m'
Expand Down Expand Up @@ -728,8 +728,8 @@ services-auth-personal-representative-public:
cpuAverageUtilization: 90
nginxRequestsIrate: 5
replicas:
max: 10
min: 2
max: 3
min: 1
image:
repository: '821090935708.dkr.ecr.eu-west-1.amazonaws.com/services-auth-personal-representative-public'
ingress:
Expand All @@ -746,9 +746,9 @@ services-auth-personal-representative-public:
maxUnavailable: 1
pvcs: []
replicaCount:
default: 2
max: 10
min: 2
default: 1
max: 3
min: 1
resources:
limits:
cpu: '400m'
Expand Down Expand Up @@ -823,8 +823,8 @@ services-auth-public-api:
cpuAverageUtilization: 90
nginxRequestsIrate: 5
replicas:
max: 10
min: 2
max: 3
min: 1
image:
repository: '821090935708.dkr.ecr.eu-west-1.amazonaws.com/services-auth-public-api'
ingress:
Expand All @@ -845,9 +845,9 @@ services-auth-public-api:
maxUnavailable: 1
pvcs: []
replicaCount:
default: 2
max: 10
min: 2
default: 1
max: 3
min: 1
resources:
limits:
cpu: '400m'
Expand Down
Loading

0 comments on commit f090a75

Please sign in to comment.