Skip to content

Commit

Permalink
add example
Browse files Browse the repository at this point in the history
  • Loading branch information
david-simon authored and hi-im-aren committed Nov 28, 2022
1 parent b0b76c8 commit 1358e82
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/samples/banzaicloud_v1beta1_kafkacluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ spec:
# Specify if the cluster should use headlessService for Kafka or individual services
# using service/broker may come in handy in case of service mesh
headlessServiceEnabled: true
# Specify additional broker ports to expose through services
additionalPorts:
- name: "remote-debug"
containerPort: 5005
protocol: "TCP"
# Specify the usable ingress controller, only envoy and istioingress supported can be left blank
ingressController: "envoy"
# Specify the zookeeper addresses where the Kafka should store it's metadata
Expand Down

0 comments on commit 1358e82

Please sign in to comment.