Skip to content

Commit 7526482

Browse files
committed
chore(install): reduce default resource footprint
1 parent e3a7df2 commit 7526482

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkg/resources/config/manager/operator-deployment.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,11 @@ spec:
8080
periodSeconds: 10
8181
resources:
8282
requests:
83-
memory: "4Gi"
84-
cpu: "1"
83+
memory: "2Gi"
84+
cpu: "500m"
8585
limits:
86-
memory: "16Gi"
87-
cpu: "4"
86+
memory: "8Gi"
87+
cpu: "2"
8888
securityContext:
8989
runAsNonRoot: true
9090
seccompProfile:

0 commit comments

Comments
 (0)