From d139bc0dd8d8787fd12d89cd491846fd7ee986d2 Mon Sep 17 00:00:00 2001 From: Jose Henrique Date: Thu, 3 Sep 2026 20:44:44 -0300 Subject: [PATCH] changing resources for grafana --- apps/monitoring/grafana.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/monitoring/grafana.yaml b/apps/monitoring/grafana.yaml index ea40eb6..56f2180 100644 --- a/apps/monitoring/grafana.yaml +++ b/apps/monitoring/grafana.yaml @@ -47,10 +47,10 @@ spec: resources: requests: cpu: 250m - memory: 750Mi + memory: 512Mi limits: - memory: 1Gi - cpu: 500m + memory: 2Gi + cpu: 1000m volumeMounts: - mountPath: /var/lib/grafana name: grafana-pv