mirror of
https://github.com/projecthorus/sondehub-infra.git
synced 2025-04-07 02:56:44 +00:00
mosquitto issues on latest version
This commit is contained in:
parent
7f797418fd
commit
86836b61b0
@ -277,7 +277,7 @@ resource "aws_ecs_task_definition" "ws_reader_ec2" {
|
||||
]
|
||||
environment = []
|
||||
essential = true
|
||||
image = "eclipse-mosquitto:latest"
|
||||
image = "eclipse-mosquitto:2.0.15"
|
||||
# logConfiguration = {
|
||||
# logDriver = "awslogs"
|
||||
# options = {
|
||||
@ -543,7 +543,7 @@ resource "aws_ecs_service" "ws_reader_ec2" {
|
||||
task_definition = aws_ecs_task_definition.ws_reader_ec2.arn
|
||||
enable_ecs_managed_tags = true
|
||||
launch_type = "EC2"
|
||||
desired_count = 6
|
||||
desired_count = 4
|
||||
placement_constraints {
|
||||
type = "distinctInstance"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user