We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c697c48 commit a98d33cCopy full SHA for a98d33c
.github/workflows/switch-region.yml
@@ -28,7 +28,7 @@ jobs:
28
--service-namespace ecs \
29
--scalable-dimension ecs:service:DesiredCount \
30
--resource-id service/$ECS_CLUSTER_NAME/$ECS_SERVICE_NAME \
31
- --min-capacity 40 --max-capacity 1000 \
+ --min-capacity 10 --max-capacity 1000 \
32
--region eu-central-1
33
34
src/infra/prod/eu-south-1/variables.tf
@@ -115,8 +115,8 @@ variable "ecs_oneid_core" {
115
container_memory = 4096
116
autoscaling = {
117
enable = true
118
- desired_count = 40
119
- min_capacity = 40
+ desired_count = 10
+ min_capacity = 10
120
max_capacity = 1000
121
}
122
logs_retention_days = 30
0 commit comments