PERF(loki): reduce loki resource requests
- for worker-node-2 optimizat...
This commit is contained in:
@@ -43,8 +43,8 @@ singleBinary:
|
|||||||
storageClass: local-path
|
storageClass: local-path
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 100m
|
cpu: 15m # Reduced from 50m based on actual usage (10m)
|
||||||
memory: 256Mi
|
memory: 128Mi
|
||||||
|
|
||||||
# Disable components not needed in single binary mode
|
# Disable components not needed in single binary mode
|
||||||
backend:
|
backend:
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ defaultVolumeMounts:
|
|||||||
# Resources
|
# Resources
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 50m
|
cpu: 25m # Reduced from 50m based on actual usage (8-17m)
|
||||||
memory: 64Mi
|
memory: 64Mi
|
||||||
|
|
||||||
# Tolerations to run on all nodes including master
|
# Tolerations to run on all nodes including master
|
||||||
|
|||||||
Reference in New Issue
Block a user