2024-07-20 12:59:01 +02:00
|
|
|
{
|
2024-12-05 16:42:42 +01:00
|
|
|
"ID": "gateway",
|
|
|
|
"Name": "gw",
|
2024-07-20 12:59:01 +02:00
|
|
|
"Address": "__IP__",
|
2024-12-05 16:42:42 +01:00
|
|
|
"Tags": ["api-gateway", "gateway", "https", "traefik"],
|
2024-07-20 12:59:01 +02:00
|
|
|
"Port": 443,
|
2024-12-05 16:42:42 +01:00
|
|
|
"Kind": "ingress-gateway",
|
2024-07-20 12:59:01 +02:00
|
|
|
"Check": {
|
2024-12-05 16:42:42 +01:00
|
|
|
"HTTP": "http://__IP__:8080/ping",
|
|
|
|
"Interval": "5s",
|
2024-07-20 12:59:01 +02:00
|
|
|
"Timeout": "1s",
|
|
|
|
"DeregisterCriticalServiceAfter": "10s"
|
|
|
|
}
|
|
|
|
}
|