Skip to content

Commit 27d420e

Browse files
committed
chore: reduce limit of CPU and Memory
Signed-off-by: ZeroMagic <[email protected]>
1 parent fce8466 commit 27d420e

File tree

4 files changed

+28
-28
lines changed

4 files changed

+28
-28
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ spec:
4141
name: socket-dir
4242
resources:
4343
limits:
44-
cpu: 1
45-
memory: 1Gi
44+
cpu: 100m
45+
memory: 100Mi
4646
requests:
4747
cpu: 10m
4848
memory: 20Mi
@@ -62,8 +62,8 @@ spec:
6262
name: socket-dir
6363
resources:
6464
limits:
65-
cpu: 1
66-
memory: 1Gi
65+
cpu: 100m
66+
memory: 100Mi
6767
requests:
6868
cpu: 10m
6969
memory: 20Mi
@@ -79,8 +79,8 @@ spec:
7979
mountPath: /csi
8080
resources:
8181
limits:
82-
cpu: 1
83-
memory: 1Gi
82+
cpu: 100m
83+
memory: 100Mi
8484
requests:
8585
cpu: 10m
8686
memory: 20Mi
@@ -124,8 +124,8 @@ spec:
124124
name: msi
125125
resources:
126126
limits:
127-
cpu: 1
128-
memory: 1Gi
127+
cpu: 200m
128+
memory: 200Mi
129129
requests:
130130
cpu: 10m
131131
memory: 20Mi

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ spec:
3434
- --v=5
3535
resources:
3636
limits:
37-
cpu: 1
38-
memory: 1Gi
37+
cpu: 100m
38+
memory: 100Mi
3939
requests:
4040
cpu: 10m
4141
memory: 20Mi
@@ -61,8 +61,8 @@ spec:
6161
mountPath: /registration
6262
resources:
6363
limits:
64-
cpu: 1
65-
memory: 1Gi
64+
cpu: 100m
65+
memory: 100Mi
6666
requests:
6767
cpu: 10m
6868
memory: 20Mi
@@ -120,8 +120,8 @@ spec:
120120
name: blob-cache
121121
resources:
122122
limits:
123-
cpu: 4
124-
memory: 6Gi
123+
cpu: 800m
124+
memory: 800Mi
125125
requests:
126126
cpu: 10m
127127
memory: 20Mi

deploy/csi-blob-controller.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ spec:
4040
name: socket-dir
4141
resources:
4242
limits:
43-
cpu: 1
44-
memory: 1Gi
43+
cpu: 100m
44+
memory: 100Mi
4545
requests:
4646
cpu: 10m
4747
memory: 20Mi
@@ -60,8 +60,8 @@ spec:
6060
name: socket-dir
6161
resources:
6262
limits:
63-
cpu: 1
64-
memory: 1Gi
63+
cpu: 100m
64+
memory: 100Mi
6565
requests:
6666
cpu: 10m
6767
memory: 20Mi
@@ -76,8 +76,8 @@ spec:
7676
mountPath: /csi
7777
resources:
7878
limits:
79-
cpu: 1
80-
memory: 1Gi
79+
cpu: 100m
80+
memory: 100Mi
8181
requests:
8282
cpu: 10m
8383
memory: 20Mi
@@ -121,8 +121,8 @@ spec:
121121
name: msi
122122
resources:
123123
limits:
124-
cpu: 1
125-
memory: 1Gi
124+
cpu: 200m
125+
memory: 200Mi
126126
requests:
127127
cpu: 10m
128128
memory: 20Mi

deploy/csi-blob-node.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ spec:
3333
- --v=5
3434
resources:
3535
limits:
36-
cpu: 1
37-
memory: 1Gi
36+
cpu: 100m
37+
memory: 100Mi
3838
requests:
3939
cpu: 10m
4040
memory: 20Mi
@@ -60,8 +60,8 @@ spec:
6060
mountPath: /registration
6161
resources:
6262
limits:
63-
cpu: 1
64-
memory: 1Gi
63+
cpu: 100m
64+
memory: 100Mi
6565
requests:
6666
cpu: 10m
6767
memory: 20Mi
@@ -119,8 +119,8 @@ spec:
119119
name: blob-cache
120120
resources:
121121
limits:
122-
cpu: 4
123-
memory: 6Gi
122+
cpu: 800m
123+
memory: 800Mi
124124
requests:
125125
cpu: 10m
126126
memory: 20Mi

0 commit comments

Comments
 (0)