From 5c866c2eb7788b4998da31c75e220ffd401e5d3a Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Fri, 30 Aug 2024 05:04:25 -0500 Subject: [PATCH] update --- traefik/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/traefik/values.yaml b/traefik/values.yaml index 844946e..82f80d0 100644 --- a/traefik/values.yaml +++ b/traefik/values.yaml @@ -730,7 +730,7 @@ traefik: ## Create HorizontalPodAutoscaler object. ## autoscaling: - enabled: false + enabled: true minReplicas: 1 maxReplicas: 10 metrics: @@ -739,13 +739,13 @@ traefik: name: cpu target: type: Utilization - averageUtilization: 60 + averageUtilization: 80 - type: Resource resource: name: memory target: type: Utilization - averageUtilization: 60 + averageUtilization: 80 behavior: scaleDown: stabilizationWindowSeconds: 300