From b86386a98d76bf46741d91349526dd9aa81d66d9 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Fri, 26 Dec 2025 09:50:39 +0900 Subject: [PATCH] PERF(loki): reduce loki resource requests - for worker-node-2 optimizat... --- loki/helm-values/loki.yaml | 4 ++-- promtail/helm-values/promtail.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/loki/helm-values/loki.yaml b/loki/helm-values/loki.yaml index 3448170..8cc33b2 100644 --- a/loki/helm-values/loki.yaml +++ b/loki/helm-values/loki.yaml @@ -43,8 +43,8 @@ singleBinary: storageClass: local-path resources: requests: - cpu: 100m - memory: 256Mi + cpu: 15m # Reduced from 50m based on actual usage (10m) + memory: 128Mi # Disable components not needed in single binary mode backend: diff --git a/promtail/helm-values/promtail.yaml b/promtail/helm-values/promtail.yaml index b8b495c..37f9680 100644 --- a/promtail/helm-values/promtail.yaml +++ b/promtail/helm-values/promtail.yaml @@ -32,7 +32,7 @@ defaultVolumeMounts: # Resources resources: requests: - cpu: 50m + cpu: 25m # Reduced from 50m based on actual usage (8-17m) memory: 64Mi # Tolerations to run on all nodes including master