[ci skip] fix calibre: bump CPU/memory to prevent SIGBUS during calibre_postinstall
This commit is contained in:
parent
31f3fc0773
commit
065090dfe0
1 changed files with 3 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue