Skip to content

Commit

Permalink
Don't use limits for controllers (#101)
Browse files Browse the repository at this point in the history
Signed-off-by: David Vossel <[email protected]>
  • Loading branch information
davidvossel authored Mar 25, 2024
1 parent 27d3a13 commit 7fc750b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
9 changes: 0 additions & 9 deletions deploy/controller-infra/base/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,6 @@ spec:
requests:
memory: 50Mi
cpu: 10m
limits:
memory: 500Mi
cpu: 250m
- name: csi-liveness-probe
image: quay.io/openshift/origin-csi-livenessprobe:latest
args:
Expand All @@ -128,9 +125,6 @@ spec:
requests:
memory: 50Mi
cpu: 10m
limits:
memory: 500Mi
cpu: 250m
- name: csi-snapshotter
args:
- "--v=5"
Expand All @@ -149,9 +143,6 @@ spec:
requests:
memory: 20Mi
cpu: 10m
limits:
memory: 500Mi
cpu: 250m
volumes:
- name: socket-dir
emptyDir: {}
Expand Down
11 changes: 1 addition & 10 deletions deploy/tenant/base/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -239,9 +239,6 @@ spec:
requests:
memory: 50Mi
cpu: 10m
limits:
memory: 500Mi
cpu: 250m
- name: csi-node-driver-registrar
image: quay.io/openshift/origin-csi-node-driver-registrar:latest
args:
Expand All @@ -266,9 +263,6 @@ spec:
requests:
memory: 20Mi
cpu: 5m
limits:
memory: 500Mi
cpu: 100m
- name: csi-liveness-probe
image: quay.io/openshift/origin-csi-livenessprobe:latest
args:
Expand All @@ -282,9 +276,6 @@ spec:
requests:
memory: 20Mi
cpu: 5m
limits:
memory: 500Mi
cpu: 100m
volumes:
- name: kubelet-dir
hostPath:
Expand Down Expand Up @@ -331,4 +322,4 @@ kind: VolumeSnapshotClass
metadata:
name: kubevirt-csi-snapclass
driver: csi.kubevirt.io
deletionPolicy: Delete
deletionPolicy: Delete

0 comments on commit 7fc750b

Please sign in to comment.