From 12862f674f40f65cf94d48691e3fe1a2d3bf95a6 Mon Sep 17 00:00:00 2001 From: gabemontero Date: Tue, 13 Jun 2023 08:35:02 -0400 Subject: [PATCH] bump exporter mem from 256 to 512 Mib --- .../argocd/pipeline-service/metrics-exporter/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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