Skip to content

Commit

Permalink
Merge pull request #59 from projectsyn/remove-default-cpu-limits
Browse files Browse the repository at this point in the history
Remove default CPU limits for CSI driver containers
  • Loading branch information
simu authored Aug 25, 2023
2 parents 7a7e953 + 1716aaf commit ac31211
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
12 changes: 0 additions & 12 deletions class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,36 +15,24 @@ parameters:
requests:
cpu: 20m
memory: 32Mi
limits:
cpu: 100m
csi-attacher:
requests:
cpu: 20m
memory: 32Mi
limits:
cpu: 100m
csi-resizer:
requests:
cpu: 20m
memory: 32Mi
limits:
cpu: 100m
csi-cloudscale-plugin:
requests:
cpu: 20m
memory: 32Mi
limits:
cpu: 100m
csi_driver:
csi-node-driver-registrar:
requests:
cpu: 20m
memory: 32Mi
limits:
cpu: 100m
csi-cloudscale-plugin:
requests:
cpu: 20m
memory: 32Mi
limits:
cpu: 100m
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ spec:
- rm -rf /registration/csi.cloudscale.ch /registration/csi.cloudscale.ch-reg.sock
name: csi-node-driver-registrar
resources:
limits:
cpu: 100m
requests:
memory: 32Mi
volumeMounts:
Expand Down Expand Up @@ -152,8 +150,6 @@ spec:
imagePullPolicy: IfNotPresent
name: csi-provisioner
resources:
limits:
cpu: 100m
requests:
cpu: 20m
memory: 32Mi
Expand All @@ -170,8 +166,6 @@ spec:
imagePullPolicy: IfNotPresent
name: csi-attacher
resources:
limits:
cpu: 100m
requests:
cpu: 20m
memory: 32Mi
Expand All @@ -190,8 +184,6 @@ spec:
imagePullPolicy: IfNotPresent
name: csi-resizer
resources:
limits:
cpu: 100m
requests:
cpu: 20m
memory: 32Mi
Expand All @@ -216,7 +208,6 @@ spec:
name: csi-cloudscale-plugin
resources:
limits:
cpu: 100m
memory: 1Gi
requests:
cpu: 20m
Expand Down

0 comments on commit ac31211

Please sign in to comment.