state(dbaas): update encrypted state
This commit is contained in:
parent
c0618ae1ae
commit
400ee88967
37 changed files with 2089 additions and 1727 deletions
|
|
@ -280,7 +280,10 @@ resource "kubernetes_deployment" "llama_swap" {
|
|||
# for it to be reachable".
|
||||
wait_for_rollout = false
|
||||
spec {
|
||||
replicas = 1
|
||||
# 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
|
||||
strategy { type = "Recreate" }
|
||||
|
||||
selector {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue