Skip to content

Commit

Permalink
Issue #corrected the typo error (#2346)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaali09 authored Mar 22, 2021
1 parent 500ba5c commit f627826
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ service_health_checks:
- service_name: 'analytics'
targets: "http://analytics-service.{{ namespace }}.svc.cluster.local:9000/health"
- service_name: 'learning-service'
targets: "http://{{ learningservice_ip }}:8080/learning-service/healthy"
targets: "http://{{ learningservice_ip }}:8080/learning-service/health"
- service_name: 'player'
targets: "http://player.{{ namespace }}.svc.cluster.local:3000/health"
- service_name: 'search'
Expand Down

0 comments on commit f627826

Please sign in to comment.