🗑️ Remove HTTP provision to consul

This commit is contained in:
2024-06-19 20:48:23 +08:00
parent d2fdb5a72b
commit 5a3c6fcada
4 changed files with 1 additions and 7 deletions

View File

@ -30,7 +30,6 @@ func Register() error {
registration.Port = port
registration.Check = &api.AgentServiceCheck{
GRPC: fmt.Sprintf("%s:%s", outboundIp, grpcBind[1]),
HTTP: fmt.Sprintf("http://%s:%s/.well-known/status", outboundIp, httpBind[1]),
Timeout: "5s",
Interval: "1m",
DeregisterCriticalServiceAfter: "3m",