[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 31f3fc0773
commit 065090dfe0
No known key found for this signature in database
GPG key ID: 0EB088298288D958

View file

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