Increase dogfood containers to avoid vulnerabilities failures (#15357)

This commit is contained in:
Robert Fairburn 2023-11-29 09:06:41 -06:00 committed by GitHub
parent 1535b72305
commit 1609c0fcb5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View file

@ -56,6 +56,10 @@ module "free" {
image = local.fleet_image
family = local.customer_free
security_group_name = local.customer_free
autoscaling = {
min_capacity = 2
max_capacity = 5
}
awslogs = {
name = local.customer_free
retention = 365

View file

@ -87,6 +87,10 @@ module "main" {
fleet_config = {
image = local.fleet_image
family = local.customer
autoscaling = {
min_capacity = 2
max_capacity = 5
}
awslogs = {
name = local.customer
retention = 365