PERF(observability): reduce replicas to 1
- Reduce alertmanager replicas to 1 - Reduce karma replicas to 1 - Reduce goldilocks dashboard replicas to 1
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
fullnameOverride: alertmanager
|
fullnameOverride: alertmanager
|
||||||
|
|
||||||
replicaCount: 2
|
replicaCount: 1
|
||||||
|
|
||||||
# Soft anti-affinity to spread pods across nodes
|
# Soft anti-affinity to spread pods across nodes
|
||||||
affinity:
|
affinity:
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
# Dashboard configuration
|
# Dashboard configuration
|
||||||
dashboard:
|
dashboard:
|
||||||
enabled: true
|
enabled: true
|
||||||
replicaCount: 2
|
replicaCount: 1
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
|
|||||||
Reference in New Issue
Block a user