From a0c040f91697a9d3bffe7f18baec48c12f155a0c Mon Sep 17 00:00:00 2001 From: Derek Carr Date: Tue, 26 Feb 2019 12:42:19 -0500 Subject: [PATCH] machine-api-operator should not set limits --- install/0000_30_machine-api-operator_09_deployment.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 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..5ed9b456f 100644 --- a/install/0000_30_machine-api-operator_09_deployment.yaml +++ b/install/0000_30_machine-api-operator_09_deployment.yaml @@ -24,11 +24,8 @@ spec: - "start" - "--images-json=/etc/machine-api-operator-config/images/images.json" resources: - limits: - cpu: 20m - memory: 50Mi requests: - cpu: 20m + cpu: 10m memory: 50Mi volumeMounts: - name: images