Skip to content

Commit b4e441e

Browse files
committed
fix: set bigger cpu/memory limit
fix error
1 parent 3105f30 commit b4e441e

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

charts/latest/blobfuse-csi-driver/templates/csi-blobfuse-controller.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ spec:
134134
name: msi
135135
resources:
136136
limits:
137-
cpu: 200m
138-
memory: 200Mi
137+
cpu: 2
138+
memory: 2Gi
139139
requests:
140140
cpu: 10m
141141
memory: 20Mi

charts/latest/blobfuse-csi-driver/templates/csi-blobfuse-node.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ spec:
108108
name: blobfuse-cache
109109
resources:
110110
limits:
111-
cpu: 200m
112-
memory: 200Mi
111+
cpu: 4
112+
memory: 6Gi
113113
requests:
114114
cpu: 10m
115115
memory: 20Mi
@@ -135,4 +135,4 @@ spec:
135135
name: msi
136136
- hostPath:
137137
path: /mnt
138-
name: blobfuse-cache
138+
name: blobfuse-cache

deploy/csi-blobfuse-controller.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ spec:
132132
name: msi
133133
resources:
134134
limits:
135-
cpu: 200m
136-
memory: 200Mi
135+
cpu: 2
136+
memory: 2Gi
137137
requests:
138138
cpu: 10m
139139
memory: 20Mi

deploy/csi-blobfuse-node.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ spec:
107107
name: blobfuse-cache
108108
resources:
109109
limits:
110-
cpu: 4000m
111-
memory: 4000Mi
110+
cpu: 4
111+
memory: 6Gi
112112
requests:
113113
cpu: 10m
114114
memory: 20Mi

0 commit comments

Comments
 (0)