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:
parent
e7f661bd45
commit
47c828eb78
1 changed files with 1 additions and 1 deletions
|
|
@ -200,7 +200,7 @@ resource "kubernetes_deployment" "calibre-web-automated" {
|
|||
memory = "256Mi"
|
||||
}
|
||||
limits = {
|
||||
memory = "256Mi"
|
||||
memory = "512Mi"
|
||||
}
|
||||
}
|
||||
volume_mount {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue