We are facing some challenges with health check end point.
The APIs are failing with 503
Release : Any
Couple of thigs to check:
1) check the Ingress policy and make sure request is not getting blocked there
http:
paths:
- backend:
service:
name: invalid
port:
number: 80
path: /(.*?)/(.*/health*.)$
pathType: ImplementationSpecific
- backend:
service:
name: invalid
port:
number: 80
path: /(.*?)/(.*/actuator/*.)$
2) check your "management-ingress.yaml" and make sure you are using the correct hostname as defined in the yaml file and that you are not confusing it with the ssp URL