Each service has health check (for java Spring Boot - /actuator/health)
When we trying running endpoint https://test-api.example.com/telegram-bot/actuator/health getting HTTP/2.0 404 Not Found
Logs:
[2023-06-22T09:15:54.775Z] "GET /telegram-bot/actuator/health/ HTTP/2" 404 - via_upstream - "-" 0 118 5 4 "10.44.91.192" "xh/0.17.0" "0b6076b5-cbea-9370-a3c5-398b69129648" "test-api.example.com" "10.44.247.15:8080" outbound|80||alert-bot-master.master.svc.cluster.local 10.44.247.4:58382 10.44.247.4:443 10.44.91.192:49643 test-api.example.com master.api-prod-other-1.1
Because java service provides only /actuator/health
I try added:
I have some backend services (Java Spring boot). We using one endpoint for access to api For example -
We have HTTPRoute:
Each service has health check (for java Spring Boot - /actuator/health) When we trying running endpoint
https://test-api.example.com/telegram-bot/actuator/health
gettingHTTP/2.0 404 Not Found
Logs:[2023-06-22T09:15:54.775Z] "GET /telegram-bot/actuator/health/ HTTP/2" 404 - via_upstream - "-" 0 118 5 4 "10.44.91.192" "xh/0.17.0" "0b6076b5-cbea-9370-a3c5-398b69129648" "test-api.example.com" "10.44.247.15:8080" outbound|80||alert-bot-master.master.svc.cluster.local 10.44.247.4:58382 10.44.247.4:443 10.44.91.192:49643 test-api.example.com master.api-prod-other-1.1
Because java service provides only/actuator/health
I try added:not working for me. Please help!