mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
Increase dogfood containers to avoid vulnerabilities failures (#15357)
This commit is contained in:
parent
1535b72305
commit
1609c0fcb5
2 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue