Skip to content

Commit 1664114

Browse files
authored
reduce keycloak cpu request (#423)
1 parent f9accb4 commit 1664114

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

helm/api-platform/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ keycloak:
102102
resources:
103103
requests:
104104
memory: 400Mi
105-
cpu: 200m
105+
cpu: 50m
106106
limits:
107107
memory: 500Mi
108108
service:
@@ -169,7 +169,7 @@ external-dns:
169169
resources:
170170
requests:
171171
memory: 50Mi
172-
cpu: 50m
172+
cpu: 1m
173173
limits:
174174
memory: 200Mi
175175
cpu: 100m

0 commit comments

Comments
 (0)