feat(elk): update port configuration for tiebreaker service

- use named ports now that we don't need to work with consul connect
This commit is contained in:
Ben Martin 2024-12-18 16:09:06 +00:00
parent 59c31020fb
commit 52f7c45224
Signed by: ben
GPG key ID: 859A655FCD290E4A

View file

@ -127,7 +127,7 @@ job "elk" {
config {
image = "docker.elastic.co/elasticsearch/elasticsearch:${var.elastic_version}"
ports = ["9200", "9300"]
ports = ["http", "transport"]
volumes = [
"/mnt/docker/elastic-${node.unique.name}/config:/usr/share/elasticsearch/config",