onlyoffice: restore replicas 0 → 1 post IO-storm recovery
Cluster is fully stable (all 5 nodes Ready, vaultwarden recovered, node4 rebuilt 2026-05-26). Removing the TEMP-SCALEDOWN guard. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
6e9bffb1a3
commit
07bd2e0017
1 changed files with 1 additions and 4 deletions
|
|
@ -116,10 +116,7 @@ resource "kubernetes_deployment" "onlyoffice-document-server" {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
spec {
|
spec {
|
||||||
# TEMP-SCALEDOWN-2026-05-25-IO-STORM: scaled to 0 during cluster recovery.
|
replicas = 1
|
||||||
# Restore to 1 when cluster is fully stable. See post-mortem
|
|
||||||
# docs/post-mortems/2026-05-25-immich-anca-elements-io-storm.md.
|
|
||||||
replicas = 0
|
|
||||||
strategy {
|
strategy {
|
||||||
type = "Recreate"
|
type = "Recreate"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue