From f5410bbae45859d6e7234acc2bf774bf0d0e54b4 Mon Sep 17 00:00:00 2001 From: mbelfares Date: Mon, 15 Jun 2026 17:28:57 +0200 Subject: [PATCH] fix cpu ram limits --- helm/keycloak/values.yaml | 10 ++++++++++ helm/monitoring/values.yaml | 7 +++++++ 2 files changed, 17 insertions(+) diff --git a/helm/keycloak/values.yaml b/helm/keycloak/values.yaml index fdb09cd..1500ca1 100644 --- a/helm/keycloak/values.yaml +++ b/helm/keycloak/values.yaml @@ -1,4 +1,14 @@ httpRelativePath: "/auth" +^ +postgresql: + primary: + resources: + requests: + cpu: 250m + memory: 256Mi + limits: + cpu: 500m + memory: 512Mi command: - "/opt/keycloak/bin/kc.sh" diff --git a/helm/monitoring/values.yaml b/helm/monitoring/values.yaml index 0f9233a..bc2a532 100644 --- a/helm/monitoring/values.yaml +++ b/helm/monitoring/values.yaml @@ -53,3 +53,10 @@ prometheus: alertmanager: enabled: true + + +defaultRules: + rules: + kubeControllerManager: false + kubeProxy: false + kubeScheduler: false \ No newline at end of file