I've setup healthchecks for my app running in kubernetes. https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/blob/master/doc/k8s-ui-discovery.md
I see the healthchecks working under /healthui endpoint:
I have HealthCheckUI defined in my ConfigMaps yaml:
However I get an exception:
How does one setup HealthChecksUI in kubernetes?
The error is about access forbidden. Not about Healtchecks, have a look at the service account you are using if it has enough permission for listing services.