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
|
|
@ -52,7 +52,7 @@ namespaceOverride: ""
|
|||
commonLabels: {}
|
||||
|
||||
cronJobApiVersion: "batch/v1"
|
||||
schedule: "0 * * * *"
|
||||
schedule: "*/5 * * * *"
|
||||
suspend: false
|
||||
# startingDeadlineSeconds: 200
|
||||
successfulJobsHistoryLimit: 10
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue