Skip to content

Commit 75c602b

Browse files
committed
Revert "enable autoscaling"
This reverts commit 24355cc.
1 parent 5de1d3f commit 75c602b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

charts/dbildungs-iam-keycloak/values.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ containerSecurityContext:
7373

7474
resources:
7575
limits:
76-
memory: "2Gi"
77-
cpu: "4"
76+
memory: "1Gi"
77+
cpu: "500m"
7878
requests:
7979
memory: "1Gi"
80-
cpu: "2"
80+
cpu: "150m"
8181

8282
startupProbe:
8383
enabled: true
@@ -132,10 +132,10 @@ keycloak:
132132
- port: 'mgmt'
133133

134134
autoscaling:
135-
enabled: true
136-
minReplicas: 2
135+
enabled: false
136+
minReplicas: 1
137137
maxReplicas: 5
138-
targetCPUUtilizationPercentage: 80
138+
targetCPUUtilizationPercentage: 60
139139

140140
status:
141141
url: "https://status.dev.spsh.dbildungsplattform.de/"

0 commit comments

Comments
 (0)