feat(elk): use dynamic external port allocation for http
- communication should go through ingress group
This commit is contained in:
parent
66c258aabc
commit
68cb782059
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ job "elk" {
|
||||||
network {
|
network {
|
||||||
mode = "bridge"
|
mode = "bridge"
|
||||||
port "http" {
|
port "http" {
|
||||||
static = 9200
|
to = 9200
|
||||||
}
|
}
|
||||||
port "transport" {
|
port "transport" {
|
||||||
static = 9300
|
static = 9300
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue