Skip to content
This repository was archived by the owner on Oct 10, 2023. It is now read-only.

Commit 72a11ee

Browse files
Ivan Mikushinimikushin
authored andcommitted
Fix TKR Conversion webhook being OOM killed.
Memory limit of 30Mi proved to be too tight for it. Making it the same as the other webhook, 200Mi. Signed-off-by: Ivan Mikushin <[email protected]>
1 parent f25403b commit 72a11ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/tkr-service/bundle/config/upstream/tkr-conversion-webhook-deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ spec:
3232
resources:
3333
limits:
3434
cpu: 100m
35-
memory: 30Mi
35+
memory: 200Mi
3636
requests:
3737
cpu: 100m
38-
memory: 20Mi
38+
memory: 100Mi
3939
ports:
4040
- containerPort: #@ data.values.deployment.tkrConversionWebhookServerPort
4141
name: webhook-server

0 commit comments

Comments
 (0)