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