diff --git a/helm/trident-operator/templates/deployment.yaml b/helm/trident-operator/templates/deployment.yaml index 8f4ba95a9..a7378454d 100644 --- a/helm/trident-operator/templates/deployment.yaml +++ b/helm/trident-operator/templates/deployment.yaml @@ -69,11 +69,11 @@ spec: name: trident-operator resources: requests: - cpu: "10m" - memory: "40Mi" + cpu: "50m" + memory: "50Mi" limits: - cpu: "20m" - memory: "80Mi" + cpu: "1000m" + memory: "1024Mi" {{- if and (eq .Values.cloudProvider "Azure") (eq .Values.cloudIdentity "") }} volumes: - name: azure-cred