From bcc4fe7f80a0b2f86a7c9399f6186bf30399e926 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Untersch=C3=BCtz?= Date: Fri, 9 Jan 2026 22:56:23 +0100 Subject: [PATCH] change maxReplicas 10 --> 20 --- k8s/hpa.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/hpa.yaml b/k8s/hpa.yaml index 0f1a583..fd45e18 100644 --- a/k8s/hpa.yaml +++ b/k8s/hpa.yaml @@ -8,7 +8,7 @@ spec: kind: Deployment name: escape-game minReplicas: 2 - maxReplicas: 10 + maxReplicas: 20 metrics: - type: Resource resource: