fix: bump book-search memory to 512Mi for file upload/email [ci skip]
Downloads and sends ebook files via HTTP — needs more than 128Mi for large PDFs. Applied live via kubectl, persisting in Terraform.
This commit is contained in:
parent
914e0b08e2
commit
78eff9ab11
1 changed files with 2 additions and 2 deletions
|
|
@ -790,10 +790,10 @@ resource "kubernetes_deployment" "book_search" {
|
|||
resources {
|
||||
requests = {
|
||||
cpu = "10m"
|
||||
memory = "64Mi"
|
||||
memory = "128Mi"
|
||||
}
|
||||
limits = {
|
||||
memory = "128Mi"
|
||||
memory = "512Mi"
|
||||
}
|
||||
}
|
||||
liveness_probe {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue