fix: MySQL memory overcommit + shlink OOMKill

- dbaas: MySQL requests 4Gi -> 2Gi (limits stay 4Gi) to free 6Gi
  of request capacity. Actual usage is 1-1.5Gi per instance.
- url/shlink: increase memory limit 512Mi -> 768Mi (OOMKilled)
This commit is contained in:
Viktor Barzin 2026-03-15 03:21:55 +00:00
parent 0a69af618d
commit b219961bd8
2 changed files with 3 additions and 3 deletions

View file

@ -141,7 +141,7 @@ resource "kubernetes_deployment" "shlink" {
# }
resources {
limits = {
memory = "512Mi"
memory = "768Mi"
}
requests = {
cpu = "25m"