Skip to content

Commit 4f491ae

Browse files
author
Paweł Szulik
committed
Shrink resources.
1 parent df865da commit 4f491ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deploy/kubernetes/base/daemonset.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ spec:
2020
image: gcr.io/cadvisor/cadvisor:v0.39.0
2121
resources:
2222
requests:
23-
memory: 1000Mi
24-
cpu: 500m
23+
memory: 400Mi
24+
cpu: 400m
2525
limits:
2626
memory: 2000Mi
27-
cpu: 1
27+
cpu: 800m
2828
volumeMounts:
2929
- name: rootfs
3030
mountPath: /rootfs

0 commit comments

Comments
 (0)