Skip to content

Commit

Permalink
eureka: adds comment for follow-up regarding healthCheckPath (#3672)
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Cole <adrian@tetrate.io>
  • Loading branch information
codefromthecrypt authored Jan 4, 2024
1 parent 9cbe698 commit a67a366
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions zipkin-server/src/main/resources/zipkin-server-shared.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,10 @@ server:
min-response-size: 2048

armeria:
# TODO: This is only to help with Eureka. After line/armeria#5369, add the
# same in EurekaUpdatingListenerBuilder#toBuilder and remove from here. This
# will remove the following log warning:
# WARN RejectedRouteHandler - Virtual host '*' has a duplicate route: /health
healthCheckPath: /health
ports:
- port: ${server.port}
Expand Down

0 comments on commit a67a366

Please sign in to comment.