[ci skip] fix calibre: bump CPU/memory to prevent SIGBUS during calibre_postinstall

This commit is contained in:
Viktor Barzin 2026-03-03 19:48:45 +00:00
parent 22223ec0fd
commit 946e6f14be

View file

@ -190,12 +190,12 @@ resource "kubernetes_deployment" "calibre-web-automated" {
}
resources {
requests = {
cpu = "25m"
cpu = "50m"
memory = "256Mi"
}
limits = {
cpu = "500m"
memory = "1Gi"
cpu = "2"
memory = "1536Mi"
}
}
volume_mount {