diff --git a/deploy/controller-infra/base/deploy.yaml b/deploy/controller-infra/base/deploy.yaml index 9b038283..94fb5c12 100644 --- a/deploy/controller-infra/base/deploy.yaml +++ b/deploy/controller-infra/base/deploy.yaml @@ -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: @@ -128,9 +125,6 @@ spec: requests: memory: 50Mi cpu: 10m - limits: - memory: 500Mi - cpu: 250m - name: csi-snapshotter args: - "--v=5" @@ -149,9 +143,6 @@ spec: requests: memory: 20Mi cpu: 10m - limits: - memory: 500Mi - cpu: 250m volumes: - name: socket-dir emptyDir: {} diff --git a/deploy/tenant/base/deploy.yaml b/deploy/tenant/base/deploy.yaml index 05ad1617..7e5d0277 100644 --- a/deploy/tenant/base/deploy.yaml +++ b/deploy/tenant/base/deploy.yaml @@ -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: @@ -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: @@ -282,9 +276,6 @@ spec: requests: memory: 20Mi cpu: 5m - limits: - memory: 500Mi - cpu: 100m volumes: - name: kubelet-dir hostPath: @@ -331,4 +322,4 @@ kind: VolumeSnapshotClass metadata: name: kubevirt-csi-snapclass driver: csi.kubevirt.io -deletionPolicy: Delete \ No newline at end of file +deletionPolicy: Delete