Skip to content

route_registrar job from cf/219

Used for registering routes

Github source: 0e63f392 or master branch

Properties

route_registrar

routes

List of routes that will be registered. Array of hashes. Hashes should have port, uris, and name keys. uris is an array of uris to register for the port

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.