diff --git a/openstack_operator/templates/rabbitmq/deployment.yml.j2 b/openstack_operator/templates/rabbitmq/deployment.yml.j2 index 3e2c6e76..08cdedf7 100644 --- a/openstack_operator/templates/rabbitmq/deployment.yml.j2 +++ b/openstack_operator/templates/rabbitmq/deployment.yml.j2 @@ -65,15 +65,6 @@ spec: periodSeconds: 15 successThreshold: 1 timeoutSeconds: 1 - resources: - limits: - cpu: 1000m - ephemeral-storage: 1G - memory: 1G - requests: - cpu: 100m - ephemeral-storage: 500M - memory: 512M securityContext: runAsUser: 999 runAsGroup: 999