Skip to content

bambooengineering/helm-papertrail

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Generic Helm Chart

This is a helm templated deployment for papertrail.

Chart details

This chart will do the following:

  • The chart will deploy the log router logspout as a deamonset to the current kubernetes cluster and forward logs from the docker deamon to the specificed papertrail log destination.

Installing the chart.

helm upgrade --install <deployment name> . -f values.yaml --namespace <namespace>

List the deployed charts

helm list

Deleting a deployed chart

helm delete <name>
Parameter Description Default
deployment name Name of deployment ``
image.repository Image file location gliderlabs/logspout
image.tag Image tag v2
image.pullPolicy Image pull policy IfNotPresent
log.level Specify wether logs will be sent securely. syslog
log.destination Papertrail log destination. ``
log.port Papertrail log destination port ``
resources Provides resource limits {}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Smarty 100.0%