Skip to content

Commit

Permalink
chore(infra): enable external access to kafka deployed on k8s
Browse files Browse the repository at this point in the history
  • Loading branch information
denniseffing committed Jan 3, 2024
1 parent f451e1a commit ef314d2
Showing 1 changed file with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,23 @@ sasl:
- "track"
passwords:
- "track"

externalAccess:
enabled: true
service:
broker:
type: LoadBalancer
ports:
external: 9094
controller:
type: LoadBalancer
containerPorts:
external: 9094
autoDiscovery:
enabled: true

serviceAccount:
create: true

rbac:
create: true

0 comments on commit ef314d2

Please sign in to comment.