From 07bd2e00171bab8f77e2b2412d9129ac73722923 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Tue, 26 May 2026 03:08:17 +0000 Subject: [PATCH] =?UTF-8?q?onlyoffice:=20restore=20replicas=200=20?= =?UTF-8?q?=E2=86=92=201=20post=20IO-storm=20recovery?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- stacks/onlyoffice/main.tf | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/stacks/onlyoffice/main.tf b/stacks/onlyoffice/main.tf index 9cd3ed2f..9d71df7d 100644 --- a/stacks/onlyoffice/main.tf +++ b/stacks/onlyoffice/main.tf @@ -116,10 +116,7 @@ resource "kubernetes_deployment" "onlyoffice-document-server" { } } spec { - # TEMP-SCALEDOWN-2026-05-25-IO-STORM: scaled to 0 during cluster recovery. - # 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 + replicas = 1 strategy { type = "Recreate" }