From 4c3d12dbb98a797eb81279d733d9653223556817 Mon Sep 17 00:00:00 2001 From: Brad Ison Date: Wed, 27 Feb 2019 11:42:52 +0100 Subject: [PATCH] Remove resource limits in operator deployment --- install/0000_30_machine-api-operator_09_deployment.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/install/0000_30_machine-api-operator_09_deployment.yaml b/install/0000_30_machine-api-operator_09_deployment.yaml index 9b5aa5203..8921375d6 100644 --- a/install/0000_30_machine-api-operator_09_deployment.yaml +++ b/install/0000_30_machine-api-operator_09_deployment.yaml @@ -24,9 +24,6 @@ spec: - "start" - "--images-json=/etc/machine-api-operator-config/images/images.json" resources: - limits: - cpu: 20m - memory: 50Mi requests: cpu: 20m memory: 50Mi