How to support traefik resource loadbalance with healthCheck #1092

Closed
opened 2026-04-05 18:17:45 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @Aliang-code on 8/10/2025

Is there a way to config service healthCheck by pangolin?

http:
  servicess:
    Service-1:
      servers:
        - url: "http://private-ip-server-1/"
        - url: "http://private-ip-server-2/"
      loadBalancer:
        healthCheck:
          path: /health
          interval: "10s"
          timeout: "3s"
*Originally created by @Aliang-code on 8/10/2025* Is there a way to config service healthCheck by pangolin? ``` http: servicess: Service-1: servers: - url: "http://private-ip-server-1/" - url: "http://private-ip-server-2/" loadBalancer: healthCheck: path: /health interval: "10s" timeout: "3s" ```
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#1092