feat(elk): use dynamic external port allocation for http

- communication should go through ingress group
This commit is contained in:
Ben Martin 2024-12-19 10:14:32 +00:00
parent 66c258aabc
commit 68cb782059
Signed by: ben
GPG key ID: 859A655FCD290E4A

View file

@ -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