Skip to content

Commit 29b2cec

Browse files
author
Danil-Grigorev
committed
Increase memory limits
Signed-off-by: Danil-Grigorev <[email protected]>
1 parent 5e8d578 commit 29b2cec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

config/manager/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
resources:
3535
limits:
3636
cpu: 100m
37-
memory: 150Mi
37+
memory: 300Mi
3838
requests:
3939
cpu: 100m
4040
memory: 100Mi

hack/charts/cluster-api-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ resources:
5454
manager:
5555
limits:
5656
cpu: 100m
57-
memory: 150Mi
57+
memory: 300Mi
5858
requests:
5959
cpu: 100m
6060
memory: 100Mi

test/e2e/resources/full-chart-install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22096,7 +22096,7 @@ spec:
2209622096
resources:
2209722097
limits:
2209822098
cpu: 100m
22099-
memory: 150Mi
22099+
memory: 300Mi
2210022100
requests:
2210122101
cpu: 100m
2210222102
memory: 100Mi

0 commit comments

Comments
 (0)