Skip to content

route_registrar job from cf/220

Used for registering routes

Github source: 84ae8d56 or master branch

Properties

route_registrar

routes

List of routes that will be registered. Array of hashes. Hashes should have port, uris, name, and tags keys. uris is an array of uris to register for the port. Tags are included in the metrics that gorouter emits about things like response time.

update_frequency_in_seconds

The delay in seconds between routing updates

Default
20

Templates

Templates are rendered and placed onto corresponding instances during the deployment process. This job's templates will be placed into /var/vcap/jobs/route_registrar/ directory (learn more).

  • bin/route_registrar_ctl (from route_registrar_ctl.erb)
  • config/config.yml (from config.yml.erb)

Packages

Packages are compiled and placed onto corresponding instances during the deployment process. Packages will be placed into /var/vcap/packages/ directory.