diff --git a/bindata/operator/operator.yaml b/bindata/operator/operator.yaml index 29db0bf36f..f1e53ca2d3 100644 --- a/bindata/operator/operator.yaml +++ b/bindata/operator/operator.yaml @@ -101,10 +101,10 @@ spec: resources: limits: cpu: 500m - memory: 256Mi + memory: 1Gi requests: cpu: 10m - memory: 128Mi + memory: 512Mi securityContext: allowPrivilegeEscalation: false volumeMounts: diff --git a/config/manager/manager.yaml b/config/manager/manager.yaml index bf0fcbc5bc..717e1fcaa1 100644 --- a/config/manager/manager.yaml +++ b/config/manager/manager.yaml @@ -70,9 +70,9 @@ spec: resources: limits: cpu: 500m - memory: 256Mi + memory: 1Gi requests: cpu: 10m - memory: 128Mi + memory: 512Mi serviceAccountName: openstack-operator-controller-manager terminationGracePeriodSeconds: 10