Skip to content

Commit

Permalink
fix: kafka setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Angular2Guy committed Aug 13, 2024
1 parent f26cde4 commit e922a6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
15 changes: 2 additions & 13 deletions helm/moviemanagerwithkafka/templates/kubTemplate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,21 +155,10 @@ spec:
ports:
- port: 9092
protocol: TCP
selector:
app: {{ .Values.kafkaName }}
---
apiVersion: v1
kind: Service
metadata:
name: {{ .Values.kafkaControllerServiceName }}
labels:
app: {{ .Values.kafkaControllerServiceName }}
spec:
ports:
- port: 9093
protocol: TCP
protocol: TCP
selector:
app: {{ .Values.kafkaName }}
app: {{ .Values.kafkaName }}
---
apiVersion: apps/v1
kind: Deployment
Expand Down
1 change: 0 additions & 1 deletion helm/moviemanagerwithkafka/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ kafkaImageVersion: latest
zookeeperImageName: bitnami/zookeeper
zookeeperImageVersion: latest
kafkaServiceName: kafkaservice
kafkaControllerServiceName: kafkacontrollerservice
zookeeperServiceName: zookeeperservice

secret:
Expand Down

0 comments on commit e922a6a

Please sign in to comment.