Files
deprecated-helm-charts/stable/eventrouter
Giancarlo Rubio 8351ba9a5c Setup eventrouter chart (#5390)
* Setup eventrouter chart

* Move eventrouter to stable repo

* linting

* fix ci

* Review chart
2018-06-01 08:27:56 -07:00
..
2018-06-01 08:27:56 -07:00
2018-06-01 08:27:56 -07:00
2018-06-01 08:27:56 -07:00
2018-06-01 08:27:56 -07:00
2018-06-01 08:27:56 -07:00
2018-06-01 08:27:56 -07:00

eventrouter

eventrouter simple introspective kubernetes service that forwards events to a specified sink.

Installation:

$ helm install stable/eventrouter --name my-release

Configuration

The following table lists the configurable parameters of the eventrouter chart and their default values.

Parameter Description Default
image.repository Container image name gcr.io/heptio-images/eventrouter
image.tag Container image tag v0.2
rbac.create If true, create and use RBAC resources true
serviceAccount.name Service account to be used. If not set and serviceAccount.create is true, a name is generated using the fullname template ``
serviceAccount.create If true, create a new service account true
tolerations List of node taints to tolerate []
nodeSelector node labels for pod assignment {}