Skip to content

Commit 25b9606

Browse files
astefanuttiopenshift-ci[bot]
authored andcommitted
Update compute resources to account for MCAD and InstaScale
1 parent 2ddc14f commit 25b9606

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config/manager/manager.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ spec:
6565
periodSeconds: 10
6666
resources:
6767
limits:
68-
cpu: 500m
69-
memory: 128Mi
68+
cpu: "1"
69+
memory: 1Gi
7070
requests:
71-
cpu: 10m
72-
memory: 64Mi
71+
cpu: "1"
72+
memory: 1Gi
7373
serviceAccountName: controller-manager
7474
terminationGracePeriodSeconds: 10

0 commit comments

Comments
 (0)