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:
parent
59c31020fb
commit
52f7c45224
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue