PERF(umami): reduce umami replicas to 1
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user