fix priority-pass: bump backend memory to 512Mi (OOM with OpenCV)
This commit is contained in:
parent
0674d6e538
commit
e9919d8fc9
1 changed files with 2 additions and 2 deletions
|
|
@ -77,11 +77,11 @@ resource "kubernetes_deployment" "priority-pass" {
|
||||||
}
|
}
|
||||||
resources {
|
resources {
|
||||||
limits = {
|
limits = {
|
||||||
memory = "256Mi"
|
memory = "512Mi"
|
||||||
}
|
}
|
||||||
requests = {
|
requests = {
|
||||||
cpu = "10m"
|
cpu = "10m"
|
||||||
memory = "256Mi"
|
memory = "512Mi"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue