From cfe238ffa5e3db9cc28a59e8654c66241d1f6424 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Tue, 30 Dec 2025 20:08:12 +0900 Subject: [PATCH] PERF(umami): reduce umami replicas to 1 --- umami/helm-values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/umami/helm-values.yaml b/umami/helm-values.yaml index 272dee2..901abbd 100644 --- a/umami/helm-values.yaml +++ b/umami/helm-values.yaml @@ -38,12 +38,12 @@ resources: cpu: 5m # Reduced from 30m based on actual usage (1m) memory: 256Mi -replicaCount: 2 +replicaCount: 1 # Autoscaling autoscaling: enabled: false - minReplicas: 2 + minReplicas: 1 maxReplicas: 4 targetCPUUtilizationPercentage: 80