new domain
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"Name": "consul-ui",
|
||||
"Tags": [
|
||||
"traefik.enable=true",
|
||||
"traefik.http.routers.nomad-ui-http.rule=Host(`consul.service.consul`)"
|
||||
"traefik.http.routers.nomad-ui-http.rule=Host(`consul.service.nr5`)"
|
||||
],
|
||||
"Port": 8500,
|
||||
"Check": {
|
||||
|
||||
@@ -9,6 +9,8 @@
|
||||
# it relies on proper configuration. Nodes in the same datacenter should be on a
|
||||
# single LAN.
|
||||
datacenter = "nummer5"
|
||||
domain = "nr5"
|
||||
alt_domain = "consul"
|
||||
|
||||
# data_dir
|
||||
# This flag provides a data directory for the agent to store state. This is required
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"Name": "nomad-ui",
|
||||
"Tags": [
|
||||
"traefik.enable=true",
|
||||
"traefik.http.routers.nomad-ui-http.rule=Host(`nomad.service.consul`)"
|
||||
"traefik.http.routers.nomad-ui-http.rule=Host(`nomad.service.nr5`)"
|
||||
],
|
||||
"Port": 4646,
|
||||
"Check": {
|
||||
|
||||
Reference in New Issue
Block a user