From ed037e92bbce230e0a60525d6be2de691189fa94 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Wed, 14 May 2025 22:39:12 -0500 Subject: [PATCH] add resource request --- .../cl01tl/monitoring/grafana-operator/templates/grafana.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/clusters/cl01tl/monitoring/grafana-operator/templates/grafana.yaml b/clusters/cl01tl/monitoring/grafana-operator/templates/grafana.yaml index 6354a0d28..830afd044 100644 --- a/clusters/cl01tl/monitoring/grafana-operator/templates/grafana.yaml +++ b/clusters/cl01tl/monitoring/grafana-operator/templates/grafana.yaml @@ -61,6 +61,10 @@ spec: containers: - name: grafana image: grafana/grafana:12.0.0 + resources: + requests: + cpu: 100m + memory: 128Mi env: - name: AUTH_CLIENT_ID valueFrom: