log-cache job from log-cache/0.2
Github source:
872ed6b
or
master branch
Properties¶
health_port
¶
The port for LogCache to bind a health endpoint
- Default
6060
port
¶
The port for the log-cache to listen on
- Default
8080
store_size
¶
The number of envelopes to store in memory
- Default
1e+06
tls
¶
ca_cert
¶The Certificate Authority for log cache mutual TLS.
cert
¶The client cert for log cache mutual TLS.
key
¶The client private key for log cache mutual TLS.
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/
directory
(learn more).
bin/ctl
(fromctl
)bin/environment.sh
(fromenvironment.sh.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
)
Packages¶
Packages are compiled and placed onto corresponding
instances during the deployment process. Packages will be
placed into /var/vcap/packages/
directory.