route_registrar job from cf/218
Used for registering routes
Github source:
a80b4f5b
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
(fromroute_registrar_ctl.erb
)config/config.yml
(fromconfig.yml.erb
)
Packages¶
Packages are compiled and placed onto corresponding
instances during the deployment process. Packages will be
placed into /var/vcap/packages/
directory.