mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-16 14:47:04 -05:00
[GH-ISSUE #2181] If you have a public resource that has a healthcheck for a remote newt site, Then switch to local.. #8853
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AstralDestiny on GitHub (Dec 29, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/2181
Originally assigned to: @oschwartz10612 on GitHub.
Describe the Bug
If you make a resource pointing to say pathfinder:80 and make the healthcheck and save the resource, Then switch it to a local site and save it,
},
"72-Pathfinder-service": {
"loadBalancer": {
"servers": []
}
}
},
Is what pangolin reports to traefik when it's then saved as a local site,
Environment
To Reproduce
Make a resource, enable the healthcheck, Save Go back seeing you placed it wrong and move it to local site, Healthcheck is still used even for local site yet that is not a feature currently,
Thus pangolin reports,
},
"72-Pathfinder-service": {
"loadBalancer": {
"servers": []
}
}
},
Expected Behavior
Ignore the healthcheck as it's not valid in local though deleting and re-making the target to be local from the start does fix it but could be accidently done.
@oschwartz10612 commented on GitHub (Dec 29, 2025):
Will be fixed in the next release by
0eb39abdb4