diff --git a/helm/moviemanagerwithkafka/templates/kubTemplate.yaml b/helm/moviemanagerwithkafka/templates/kubTemplate.yaml index cbb00e4..37548a4 100644 --- a/helm/moviemanagerwithkafka/templates/kubTemplate.yaml +++ b/helm/moviemanagerwithkafka/templates/kubTemplate.yaml @@ -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 }} ---