From 6adb57c8eca07b132babebefb3a3810331091ce7 Mon Sep 17 00:00:00 2001 From: keyan Date: Tue, 6 Feb 2024 13:53:43 -0600 Subject: [PATCH] autoscale capture svc by response time --- copilot/capture/manifest.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/copilot/capture/manifest.yml b/copilot/capture/manifest.yml index d636e649..2c7dc646 100644 --- a/copilot/capture/manifest.yml +++ b/copilot/capture/manifest.yml @@ -31,8 +31,6 @@ count: cooldown: in: 60s # Number of seconds to wait before scaling up. out: 60s # Number of seconds to wait before scaling down. - cpu_percentage: 50 # Percentage of CPU to target for autoscaling. - memory_percentage: 60 # Percentage of memory to target for autoscaling. response_time: 3s exec: true # Enable running commands in your container. network: