FIX(prometheus): reduce replicas to 1 due to resource constraints
- Cluster has insufficient memory to schedule 2 Prometheus replicas - Thanos sidecar still provides HA query capability
This commit is contained in:
@@ -48,8 +48,9 @@ prometheus:
|
|||||||
# Enable remote write receiver for OTel Collector
|
# Enable remote write receiver for OTel Collector
|
||||||
enableRemoteWriteReceiver: true
|
enableRemoteWriteReceiver: true
|
||||||
|
|
||||||
# HA: 2 replicas on different worker nodes
|
# Single replica due to cluster resource constraints
|
||||||
replicas: 2
|
# Thanos provides HA query capability
|
||||||
|
replicas: 1
|
||||||
replicaExternalLabelName: prometheus_replica
|
replicaExternalLabelName: prometheus_replica
|
||||||
|
|
||||||
# Pod anti-affinity for HA
|
# Pod anti-affinity for HA
|
||||||
|
|||||||
Reference in New Issue
Block a user