manually reduce workers to 3

should be handled by autoscaler
This commit is contained in:
2025-12-28 22:15:59 +02:00
parent 3ce56bc860
commit b2d816de46
2 changed files with 2 additions and 2 deletions

View File

@@ -88,7 +88,7 @@ podSecurityContext: {}
securityContext: {} securityContext: {}
replicaCount: 4 replicaCount: 3
resources: {} resources: {}

View File

@@ -21,7 +21,7 @@ helmCharts:
kubernetesIngress: kubernetesIngress:
allowExternalNameServices: true allowExternalNameServices: true
deployment: deployment:
replicas: 4 replicas: 3
annotations: annotations:
keel.sh/policy: minor keel.sh/policy: minor
keel.sh/trigger: patch keel.sh/trigger: patch