fix: converge load-spread rollouts
This commit is contained in:
parent
271f3e8c32
commit
1e6eda8633
@ -95,6 +95,8 @@ spec:
|
||||
operator: In
|
||||
values:
|
||||
- "true"
|
||||
- key: node-role.kubernetes.io/storage-backbone
|
||||
operator: DoesNotExist
|
||||
preferredDuringSchedulingIgnoredDuringExecution:
|
||||
- weight: 100
|
||||
preference:
|
||||
|
||||
@ -70,7 +70,6 @@ metadata:
|
||||
spec:
|
||||
interval: 15m
|
||||
upgrade:
|
||||
force: true
|
||||
disableWait: true
|
||||
chart:
|
||||
spec:
|
||||
@ -100,12 +99,10 @@ spec:
|
||||
|
||||
persistentVolume:
|
||||
enabled: true
|
||||
# A year of Atlas cardinality is ~210Gi today, and this 100Gi never
|
||||
# matched the 200Gi volume actually bound in the cluster. That volume
|
||||
# filled on 2026-08-18: VictoriaMetrics went read-only, ingestion
|
||||
# stopped, and every public dashboard panel rendered "No data" while
|
||||
# all 119 scrape targets stayed healthy.
|
||||
size: 400Gi
|
||||
# The claim has already been expanded to 400Gi. Keep the original
|
||||
# StatefulSet template size here because Kubernetes forbids changing
|
||||
# volumeClaimTemplates; the bound PVC retains its larger capacity.
|
||||
size: 100Gi
|
||||
resources:
|
||||
requests:
|
||||
cpu: 500m
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user