Skip to content

Commit b9e2a14

Browse files
committed
Lower dspo resource requests.
Signed-off-by: Humair Khan <[email protected]>
1 parent d9ee12b commit b9e2a14

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/manager/manager.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
selector:
1515
matchLabels:
1616
control-plane: controller-manager
17-
replicas: 3
17+
replicas: 1
1818
template:
1919
metadata:
2020
annotations:
@@ -78,8 +78,8 @@ spec:
7878
cpu: 1
7979
memory: 4Gi
8080
requests:
81-
cpu: 1
82-
memory: 2Gi
81+
cpu: 10m
82+
memory: 64Mi
8383
volumeMounts:
8484
- mountPath: /home/config
8585
name: config

0 commit comments

Comments
 (0)