From d88e17efcdfafe105a872f03f51895f48f3d72a7 Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Wed, 26 Jun 2024 15:38:57 +1000 Subject: [PATCH] update cpu resource value --- kubernetes/infrastructure/prometheus/app/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/infrastructure/prometheus/app/deployment.yaml b/kubernetes/infrastructure/prometheus/app/deployment.yaml index 81474be..a23eefc 100644 --- a/kubernetes/infrastructure/prometheus/app/deployment.yaml +++ b/kubernetes/infrastructure/prometheus/app/deployment.yaml @@ -29,7 +29,7 @@ spec: cpu: 500m memory: 500M limits: - cpu: 1 + cpu: 1Gi memory: 1Gi volumeMounts: - name: prometheus-config-volume