consul-ui for traefik

This commit is contained in:
2023-09-27 12:58:40 +02:00
parent d6457d862a
commit a6fde7cabb
2 changed files with 17 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"service": {
"ID": "nomad-ui-${HOST_ID}",
"ID": "nomad-ui-pine01",
"Name": "nomad-ui",
"Tags": [
"traefik.enable=true",
@@ -9,7 +9,7 @@
"Port": 4646,
"Check": {
"HTTP": "http://172.16.23.21:4646/ui/",
"Interval": "10s"
"Interval": "60s"
}
}
}