Commit 63d69f8f authored by S M Y's avatar S M Y Committed by rjshrjndrn
Browse files

core services Health checks with overall health check

Showing with 2 additions and 2 deletions
+2 -2
......@@ -124,11 +124,11 @@ service_blackbox_checks:
- service_name: 'player_player'
probe_module: http_2xx
targets:
- http://player_player:3000/service/health
- http://player_player:3000/health
- service_name: 'learner-service'
probe_module: http_2xx
targets:
- http://learner-service:9000/service/health
- http://learner-service:9000/health
- service_name: 'api-manager_kong'
probe_module: http_2xx
targets:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment