fix: increase memory limits for OOMKilled pods (immich, clickhouse, speedtest)

- immich-server: limits 1700Mi → 2500Mi (70 restarts from media processing spikes)
- clickhouse: limits 1Gi → 1536Mi, max_server_memory_usage 800Mi → 1200Mi
- speedtest: limits 256Mi → 512Mi, requests 256Mi → 128Mi (daily OOM during test)
This commit is contained in:
Viktor Barzin 2026-03-27 13:57:16 +02:00
parent 399f0e2bd0
commit 252b65a574
3 changed files with 5 additions and 5 deletions

View file

@ -287,7 +287,7 @@ resource "kubernetes_deployment" "immich_server" {
memory = "1700Mi"
}
limits = {
memory = "1700Mi"
memory = "2500Mi"
}
}
}