api-gateway/.app.config
2024-12-05 16:42:42 +01:00

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"
}
}