From 68cb7820597d20753896af98d80e24af843802b5 Mon Sep 17 00:00:00 2001 From: Ben Martin Date: Thu, 19 Dec 2024 10:14:32 +0000 Subject: [PATCH] feat(elk): use dynamic external port allocation for http - communication should go through ingress group --- modules/elk/jobspec.nomad.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/elk/jobspec.nomad.hcl b/modules/elk/jobspec.nomad.hcl index 0791d0e..0e217c1 100644 --- a/modules/elk/jobspec.nomad.hcl +++ b/modules/elk/jobspec.nomad.hcl @@ -21,7 +21,7 @@ job "elk" { network { mode = "bridge" port "http" { - static = 9200 + to = 9200 } port "transport" { static = 9300