21 lines
404 B
JSON
21 lines
404 B
JSON
|
[
|
||
|
{
|
||
|
"Namespace": "default",
|
||
|
"Services": [
|
||
|
{
|
||
|
"ServiceName": "redis",
|
||
|
"Tags": [
|
||
|
"traefik.enable=true"
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"ServiceName": "hello-nomad",
|
||
|
"Tags": [
|
||
|
"traefik.enable=true",
|
||
|
"traefik.http.routers.hellon.entrypoints=web",
|
||
|
"traefik.http.routers.hellon.service=hello-nomad"
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|