From 554f13d60bef5dd8bd5c06067da733df7fab1970 Mon Sep 17 00:00:00 2001 From: Denis Patrakeev Date: Mon, 3 Mar 2025 19:11:06 +0300 Subject: [PATCH] [hotfix] Fix resources postgres_exporter (!78) Reviewed-on: https://git.avroid.tech/K8s/k8s-configs/pulls/78 --- .../monitoring/postgres-exporter/values-ovveride.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/clusters/k8s-avroid-office.prod.local/namespaces/cloud-prod/monitoring/postgres-exporter/values-ovveride.yaml b/clusters/k8s-avroid-office.prod.local/namespaces/cloud-prod/monitoring/postgres-exporter/values-ovveride.yaml index c15fbe6..61ffd24 100644 --- a/clusters/k8s-avroid-office.prod.local/namespaces/cloud-prod/monitoring/postgres-exporter/values-ovveride.yaml +++ b/clusters/k8s-avroid-office.prod.local/namespaces/cloud-prod/monitoring/postgres-exporter/values-ovveride.yaml @@ -7,11 +7,11 @@ image: automountServiceAccountToken: true resources: - limits: + requests: cpu: 100m memory: 128Mi - requests: - cpu: 300m + limits: + cpu: 200m memory: 256Mi serviceAccount: