You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dictionary containing key-value-pairs to match labels on nodes. When defined pods will only be scheduled on nodes, that have each of the indicated key-value pairs as labels. Further information can be found in the Kubernetes documentation
{}
tolerations
Array containing taint references. When defined, pods can run on nodes, which would otherwise deny scheduling. Further information can be found in the Kubernetes documentation
{}
Dependencies
Kafka
Parameter
Description
Default
kafka.topicWhitelist
Regex for a topic whitelist
".*"
kafka.numStreams
Number of consumers to create
"1"
kafka.overrideGroupId
Specify custom group.id. Do not specify group.id in kafka.consumerConfig - use this variable to override the default
".Release.Name"
kafka.consumerProperties
Kafka consumer settings. This should include kafka.bootstrap.servers
kafka.producerProperties
Kafka producer settings. This should include kafka.bootstrap.servers