diff --git a/deploy/production/hpa.yml b/deploy/production/hpa.yml index 2195f6a2a..d49f0644e 100644 --- a/deploy/production/hpa.yml +++ b/deploy/production/hpa.yml @@ -18,10 +18,10 @@ spec: container: fpm target: type: Utilization - # If request is 500m let's early scale at 250m + # If request is 500m let's early scale at 200m # Rely on CPU usage for scaling more than memory usage. # For scaling down, CPU settles quickly and memory is freed up slowly. - averageUtilization: 50 + averageUtilization: 40 - type: ContainerResource containerResource: name: memory