diff --git a/chart/templates/deployment.yaml b/chart/templates/deployment.yaml index 2cae0bf9..e5a96ad3 100644 --- a/chart/templates/deployment.yaml +++ b/chart/templates/deployment.yaml @@ -28,10 +28,10 @@ spec: resources: limits: cpu: 100m - memory: 128Mi + memory: 256Mi requests: cpu: 100m - memory: 64Mi + memory: 128Mi - name: go-operator image: vexxhost/openstack-operator:latest command: ["/manager"]