Skip to content

Commit

Permalink
Merge pull request #404 from benjaminguttmann-avtq/develop
Browse files Browse the repository at this point in the history
Correct route_emitter health check address description
  • Loading branch information
emalm committed Jul 31, 2018
2 parents 1d83c07 + 980cb3b commit aa83fb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jobs/route_emitter/spec
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ properties:
description: "address at which to serve debug info"
default: "127.0.0.1:17009"
diego.route_emitter.healthcheck_address:
description: "address at which to serve debug info"
description: "address for the route_emitter health endpoint."
default: "127.0.0.1:17011"
diego.route_emitter.sync_interval_in_seconds:
description: "Interval to sync routes to the router in seconds."
Expand Down
2 changes: 1 addition & 1 deletion jobs/route_emitter_windows/spec
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ properties:
description: "address at which to serve debug info"
default: "127.0.0.1:17009"
diego.route_emitter.healthcheck_address:
description: "address at which to serve debug info"
description: "address for the route_emitter health endpoint."
default: "127.0.0.1:17011"
diego.route_emitter.sync_interval_in_seconds:
description: "Interval to sync routes to the router in seconds."
Expand Down

0 comments on commit aa83fb9

Please sign in to comment.