route_registrar job from cf/222
Used for registering routes
Github source:
53014242
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
(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.