diff --git a/operator/gitops/argocd/pipeline-service/metrics-exporter/deployment.yaml b/operator/gitops/argocd/pipeline-service/metrics-exporter/deployment.yaml index 3a4897d8b..f7fee22a9 100644 --- a/operator/gitops/argocd/pipeline-service/metrics-exporter/deployment.yaml +++ b/operator/gitops/argocd/pipeline-service/metrics-exporter/deployment.yaml @@ -25,6 +25,6 @@ spec: memory: "128Mi" cpu: "250m" limits: - memory: "256Mi" + memory: "512Mi" cpu: "500m" restartPolicy: Always