Skip to content

Commit

Permalink
fix: kubernetes setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Angular2Guy committed Aug 13, 2024
1 parent e922a6a commit ecf71a9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions helm/moviemanagerwithkafka/templates/kubTemplate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,13 @@ metadata:
app: {{ .Values.kafkaServiceName }}
spec:
ports:
- port: 9092
- name: tcp-client
port: 9092
protocol: TCP
- port: 9093
protocol: TCP
- name: tcp-interbroker
port: 9093
protocol: TCP
targetPort: 9093
selector:
app: {{ .Values.kafkaName }}
---
Expand Down

0 comments on commit ecf71a9

Please sign in to comment.