log-cache-gateway job from log-cache/2.4.0
Github source:
42cd817
or
master branch
Properties¶
gateway_addr
¶
The address for the log-cache-gateway to listen on
- Default
localhost:8081
health_port
¶
The port for the gateway to bind a health endpoint
- Default
6063
proxy_cert
¶
The TLS cert for the proxy
proxy_key
¶
The TLS key for the proxy
Templates¶
Templates are rendered and placed onto corresponding
instances during the deployment process. This job's templates
will be placed into /var/vcap/jobs/log-cache-gateway/
directory
(learn more).
config/bpm.yml
(frombpm.yml.erb
)config/certs/ca.crt
(fromca.crt.erb
)config/certs/log_cache.crt
(fromlog_cache.crt.erb
)config/certs/log_cache.key
(fromlog_cache.key.erb
)config/certs/proxy.crt
(fromproxy.crt.erb
)config/certs/proxy.key
(fromproxy.key.erb
)config/prom_scraper_config.yml
(fromprom_scraper_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.