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
whether or not to allow external access to Kafka REST Proxy
false
external.type
Kubernetes Service Type to expose Kafka REST Proxy to external
LoadBalancer
external.port
External service port to expose Kafka REST Proxy to external
8082
external.annotations
Map of annotations to attach to external Kafka REST Proxy service
nil
external.externalTrafficPolicy
Configures .spec.externalTrafficPolicy which controls if load balancing occurs across all nodes (value of Cluster) or only active nodes (value of Local)
Cluster
external.loadBalancerSourceRanges
Configures .spec.loadBalancerSourceRanges which controls a list of source IP ranges permitted access to the load balancer
["0.0.0.0/0"]
Deployment Topology
Parameter
Description
Default
nodeSelector
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
Zookeeper
Parameter
Description
Default
cp-zookeeper.url
Service name of Zookeeper cluster (Not needed if this is installed along with cp-kafka chart).
""
cp-zookeeper.clientPort
Port of Zookeeper Cluster
2181
Schema Registry (optional)
Parameter
Description
Default
cp-schema-registry.url
Service name of Schema Registry (Not needed if this is installed along with cp-kafka chart).