From b2d816de46694be1c361ad75964c36d97ae3ea29 Mon Sep 17 00:00:00 2001 From: rasmus Date: Sun, 28 Dec 2025 22:15:59 +0200 Subject: [PATCH] manually reduce workers to 3 should be handled by autoscaler --- passmower/values.yaml | 2 +- traefik/kustomization.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/passmower/values.yaml b/passmower/values.yaml index 1cb5aa1..4c4fd99 100644 --- a/passmower/values.yaml +++ b/passmower/values.yaml @@ -88,7 +88,7 @@ podSecurityContext: {} securityContext: {} -replicaCount: 4 +replicaCount: 3 resources: {} diff --git a/traefik/kustomization.yaml b/traefik/kustomization.yaml index a590172..c8428b1 100644 --- a/traefik/kustomization.yaml +++ b/traefik/kustomization.yaml @@ -21,7 +21,7 @@ helmCharts: kubernetesIngress: allowExternalNameServices: true deployment: - replicas: 4 + replicas: 3 annotations: keel.sh/policy: minor keel.sh/trigger: patch