PERF(umami): reduce umami replicas to 1

This commit is contained in:
2025-12-30 20:08:12 +09:00
parent 1cd32b1446
commit cfe238ffa5

View File

@@ -38,12 +38,12 @@ resources:
cpu: 5m # Reduced from 30m based on actual usage (1m) cpu: 5m # Reduced from 30m based on actual usage (1m)
memory: 256Mi memory: 256Mi
replicaCount: 2 replicaCount: 1
# Autoscaling # Autoscaling
autoscaling: autoscaling:
enabled: false enabled: false
minReplicas: 2 minReplicas: 1
maxReplicas: 4 maxReplicas: 4
targetCPUUtilizationPercentage: 80 targetCPUUtilizationPercentage: 80