url/shlink: cut memory request 960Mi → 512Mi

Right-sizing per krr report (2026-05-22, memory id=2431-2438). Live pod
working set is ~80 MiB; 512Mi leaves comfortable headroom for the
Symfony+RoadRunner footprint.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Viktor Barzin 2026-05-23 10:02:45 +00:00
parent 02ea5da8dc
commit 17c1ef73be

View file

@ -226,11 +226,11 @@ resource "kubernetes_deployment" "shlink" {
# }
resources {
limits = {
memory = "960Mi"
memory = "512Mi"
}
requests = {
cpu = "25m"
memory = "960Mi"
memory = "512Mi"
}
}
port {