We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5de1d3f commit 75c602bCopy full SHA for 75c602b
charts/dbildungs-iam-keycloak/values.yaml
@@ -73,11 +73,11 @@ containerSecurityContext:
73
74
resources:
75
limits:
76
- memory: "2Gi"
77
- cpu: "4"
+ memory: "1Gi"
+ cpu: "500m"
78
requests:
79
memory: "1Gi"
80
- cpu: "2"
+ cpu: "150m"
81
82
startupProbe:
83
enabled: true
@@ -132,10 +132,10 @@ keycloak:
132
- port: 'mgmt'
133
134
autoscaling:
135
- enabled: true
136
- minReplicas: 2
+ enabled: false
+ minReplicas: 1
137
maxReplicas: 5
138
- targetCPUUtilizationPercentage: 80
+ targetCPUUtilizationPercentage: 60
139
140
status:
141
url: "https://status.dev.spsh.dbildungsplattform.de/"
0 commit comments