why would I see `Received 503 from <http://service...
# troubleshoot
p
why would I see
Received 503 from <http://service-endpoint-for-gms:8080/health>
from my datahub actions container, but when I exec in and run
curl -I <http://service-endpoint-for-gms:8080/health>
I see
Copy code
HTTP/1.1 200 OK
Date: Wed, 14 Sep 2022 22:11:46 GMT
Content-Length: 0
Server: Jetty(9.4.46.v20220331)`
this works if I use the cluster IP created in the service instead of the DNS lookup
could be a proxy thing in our corporate environment