From 9c688d240fff497603728565d9c58601635cab9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Untersch=C3=BCtz?= Date: Sun, 18 Jan 2026 15:11:32 +0100 Subject: [PATCH] fix Limits --- k8s/app.yaml | 2 +- k8s/hpa.yaml | 4 ++-- k8s/nats.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/k8s/app.yaml b/k8s/app.yaml index 23f0f44..8907477 100644 --- a/k8s/app.yaml +++ b/k8s/app.yaml @@ -53,7 +53,7 @@ spec: cpu: "250m" limits: memory: "512Mi" - cpu: "1000m" + cpu: "250m" volumeMounts: - name: assets mountPath: /root/cmd/client/web/assets diff --git a/k8s/hpa.yaml b/k8s/hpa.yaml index fd45e18..a695608 100644 --- a/k8s/hpa.yaml +++ b/k8s/hpa.yaml @@ -15,10 +15,10 @@ spec: name: cpu target: type: Utilization - averageUtilization: 70 + averageUtilization: 80 - type: Resource resource: name: memory target: type: Utilization - averageUtilization: 80 + averageUtilization: 90 diff --git a/k8s/nats.yaml b/k8s/nats.yaml index 9e4ab67..f775afb 100644 --- a/k8s/nats.yaml +++ b/k8s/nats.yaml @@ -63,4 +63,4 @@ spec: cpu: "50m" limits: memory: "256Mi" - cpu: "500m" \ No newline at end of file + cpu: "150m" \ No newline at end of file