resilience improvements: MySQL anti-affinity comment, descheduler 5min, prometheus termination 60s
- MySQL InnoDB: keep required anti-affinity but document why (2/3 members OK during node loss) - Descheduler: increase frequency from hourly to every 5 min for faster rebalancing - Prometheus: set terminationGracePeriodSeconds=60 to prevent drain timeout [ci skip]
This commit is contained in:
parent
3eb15149e1
commit
c8be07c403
3 changed files with 6 additions and 1 deletions
|
|
@ -169,6 +169,7 @@ server:
|
|||
memory: 4Gi
|
||||
livenessProbeInitialDelay: 300
|
||||
readinessProbeInitialDelay: 60
|
||||
terminationGracePeriodSeconds: 60
|
||||
strategy:
|
||||
type: Recreate
|
||||
baseURL: "https://prometheus.viktorbarzin.me"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue