mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
eventrouter
eventrouter simple introspective kubernetes service that forwards events to a specified sink.
Installation
$ helm install stable/eventrouter --name my-release
NAME: k8s-eventrouter
LAST DEPLOYED: Fri Feb 28 14:57:53 2020
NAMESPACE: default
STATUS: deployed
REVISION: 1
TEST SUITE: None
NOTES:
eventrouter has been installed!
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.3 |
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 | {} |
sink |
Sink to send the events to | glog |
podAnnotations |
Annotations for pod metadata | {} |
containerPorts |
List of ports for the container | [] |
securityContext |
Security context for the pod | {} |
enablePrometheus |
Enable prometheus | `true |