Back to Charts

⚠️ Repo Archive Notice

stable/eventrouter/README.md

latest3.5 KB
Original Source

⚠️ Repo Archive Notice

As of Nov 13, 2020, charts in this repo will no longer be updated. For more information, see the Helm Charts Deprecation and Archive Notice, and Update.

eventrouter

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

DEPRECATION NOTICE

This chart is deprecated and no longer supported.

Installation

console
$ 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.

ParameterDescriptionDefault
image.repositoryContainer image namegcr.io/heptio-images/eventrouter
image.tagContainer image tagv0.3
rbac.createIf true, create and use RBAC resourcestrue
serviceAccount.nameService account to be used. If not set and serviceAccount.create is true, a name is generated using the fullname template``
serviceAccount.createIf true, create a new service accounttrue
tolerationsList of node taints to tolerate[]
nodeSelectorNode labels for pod assignment{}
sinkSink to send the events toglog
podAnnotationsAnnotations for pod metadata{}
containerPortsList of ports for the container[]
securityContextSecurity context for the pod{}
enablePrometheusEnable prometheus`true