Skip to content

Commit 638b158

Browse files
committed
increase KETTLE memory limit and add CPU request
these are based on inspecting actual utilization of the workload
1 parent 6ef22d0 commit 638b158

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

apps/kettle/deployment.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,11 @@ spec:
2626
value: kubernetes-public/kubernetes-ci-logs-updates/k8s-infra-kettle
2727
resources:
2828
requests:
29-
memory: 4Gi
29+
cpu: 2
30+
memory: 14Gi
3031
limits:
31-
memory: 12Gi
32+
cpu: 2
33+
memory: 14Gi
3234
volumeMounts:
3335
- name: data
3436
mountPath: /data

0 commit comments

Comments
 (0)