fix(elk): change transport port configuration to static allocation
This commit is contained in:
parent
d7f8939bad
commit
f60a3d3d38
1 changed files with 1 additions and 4 deletions
|
@ -24,7 +24,7 @@ job "elk" {
|
||||||
to = 9200
|
to = 9200
|
||||||
}
|
}
|
||||||
port "transport" {
|
port "transport" {
|
||||||
to = 9300
|
static = 9300
|
||||||
}
|
}
|
||||||
port "envoy_metrics" {
|
port "envoy_metrics" {
|
||||||
to = 9102
|
to = 9102
|
||||||
|
@ -50,9 +50,6 @@ job "elk" {
|
||||||
listener_port = "envoy_metrics"
|
listener_port = "envoy_metrics"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
transparent_proxy {
|
|
||||||
exclude_inbound_ports = ["9300"]
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue