14 lines
290 B
Plaintext
14 lines
290 B
Plaintext
{
|
|
"ID": "gateway",
|
|
"Name": "gw",
|
|
"Address": "__IP__",
|
|
"Tags": ["api-gateway", "gateway", "https", "traefik"],
|
|
"Port": 443,
|
|
"Kind": "ingress-gateway",
|
|
"Check": {
|
|
"HTTP": "http://__IP__:8080/ping",
|
|
"Interval": "5s",
|
|
"Timeout": "1s",
|
|
"DeregisterCriticalServiceAfter": "10s"
|
|
}
|
|
} |