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 a44d5b5 commit f26cde4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions helm/moviemanagerwithkafka/templates/kubTemplate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,19 @@ spec:
selector:
app: {{ .Values.kafkaName }}
---
apiVersion: v1
kind: Service
metadata:
name: {{ .Values.kafkaControllerServiceName }}
labels:
app: {{ .Values.kafkaControllerServiceName }}
spec:
ports:
- port: 9093
protocol: TCP
selector:
app: {{ .Values.kafkaName }}
---
apiVersion: apps/v1
kind: Deployment
metadata:
Expand Down
1 change: 1 addition & 0 deletions helm/moviemanagerwithkafka/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ kafkaImageVersion: latest
zookeeperImageName: bitnami/zookeeper
zookeeperImageVersion: latest
kafkaServiceName: kafkaservice
kafkaControllerServiceName: kafkacontrollerservice
zookeeperServiceName: zookeeperservice

secret:
Expand Down

0 comments on commit f26cde4

Please sign in to comment.