fix: bump calibre memory limit to 512Mi

Calibre binary installation was timing out at 256Mi, leaving
the web server unable to start.
This commit is contained in:
Viktor Barzin 2026-03-14 16:38:09 +00:00 committed by Viktor Barzin
parent e7f661bd45
commit 47c828eb78

View file

@ -200,7 +200,7 @@ resource "kubernetes_deployment" "calibre-web-automated" {
memory = "256Mi"
}
limits = {
memory = "256Mi"
memory = "512Mi"
}
}
volume_mount {