Skip to content

Commit

Permalink
chore: allow staging to scale down more
Browse files Browse the repository at this point in the history
  • Loading branch information
brynjarorng committed Dec 13, 2024
1 parent 5a13f96 commit 117e8a4
Show file tree
Hide file tree
Showing 53 changed files with 356 additions and 348 deletions.
78 changes: 39 additions & 39 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: 4
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: 4
min: 1
resources:
limits:
cpu: '400m'
Expand Down Expand Up @@ -147,7 +147,7 @@ identity-server:
cpuAverageUtilization: 90
nginxRequestsIrate: 5
replicas:
max: 3
max: 4
min: 1
image:
repository: '821090935708.dkr.ecr.eu-west-1.amazonaws.com/identity-server'
Expand Down Expand Up @@ -177,7 +177,7 @@ identity-server:
useExisting: false
replicaCount:
default: 1
max: 3
max: 4
min: 1
resources:
limits:
Expand Down Expand Up @@ -270,8 +270,8 @@ services-auth-admin-api:
cpuAverageUtilization: 90
nginxRequestsIrate: 5
replicas:
max: 10
min: 2
max: 4
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: 4
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: 4
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: 4
min: 1
resources:
limits:
cpu: '400m'
Expand Down Expand Up @@ -476,8 +476,8 @@ services-auth-ids-api:
cpuAverageUtilization: 90
nginxRequestsIrate: 5
replicas:
max: 15
min: 2
max: 4
min: 1
image:
repository: '821090935708.dkr.ecr.eu-west-1.amazonaws.com/services-auth-ids-api'
initContainer:
Expand Down Expand Up @@ -522,9 +522,9 @@ services-auth-ids-api:
maxUnavailable: 1
pvcs: []
replicaCount:
default: 2
max: 15
min: 2
default: 1
max: 4
min: 1
resources:
limits:
cpu: '800m'
Expand Down Expand Up @@ -585,7 +585,7 @@ services-auth-ids-api-cleanup:
cpuAverageUtilization: 90
nginxRequestsIrate: 5
replicas:
max: 3
max: 4
min: 1
image:
repository: '821090935708.dkr.ecr.eu-west-1.amazonaws.com/services-auth-ids-api'
Expand All @@ -595,7 +595,7 @@ services-auth-ids-api-cleanup:
pvcs: []
replicaCount:
default: 1
max: 3
max: 4
min: 1
resources:
limits:
Expand Down Expand Up @@ -660,8 +660,8 @@ services-auth-personal-representative:
cpuAverageUtilization: 90
nginxRequestsIrate: 5
replicas:
max: 10
min: 2
max: 4
min: 1
image:
repository: '821090935708.dkr.ecr.eu-west-1.amazonaws.com/services-auth-personal-representative'
ingress:
Expand All @@ -678,9 +678,9 @@ services-auth-personal-representative:
maxUnavailable: 1
pvcs: []
replicaCount:
default: 2
max: 10
min: 2
default: 1
max: 4
min: 1
resources:
limits:
cpu: '400m'
Expand Down Expand Up @@ -729,8 +729,8 @@ services-auth-personal-representative-public:
cpuAverageUtilization: 90
nginxRequestsIrate: 5
replicas:
max: 10
min: 2
max: 4
min: 1
image:
repository: '821090935708.dkr.ecr.eu-west-1.amazonaws.com/services-auth-personal-representative-public'
ingress:
Expand All @@ -747,9 +747,9 @@ services-auth-personal-representative-public:
maxUnavailable: 1
pvcs: []
replicaCount:
default: 2
max: 10
min: 2
default: 1
max: 4
min: 1
resources:
limits:
cpu: '400m'
Expand Down Expand Up @@ -824,8 +824,8 @@ services-auth-public-api:
cpuAverageUtilization: 90
nginxRequestsIrate: 5
replicas:
max: 10
min: 2
max: 4
min: 1
image:
repository: '821090935708.dkr.ecr.eu-west-1.amazonaws.com/services-auth-public-api'
ingress:
Expand All @@ -846,9 +846,9 @@ services-auth-public-api:
maxUnavailable: 1
pvcs: []
replicaCount:
default: 2
max: 10
min: 2
default: 1
max: 4
min: 1
resources:
limits:
cpu: '400m'
Expand Down
Loading

0 comments on commit 117e8a4

Please sign in to comment.