Skip to content

Commit

Permalink
use hostname for kafka config
Browse files Browse the repository at this point in the history
  • Loading branch information
mathnogueira committed Sep 10, 2024
1 parent 50b2b9e commit 044e685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/pokeshop-demo/templates/deployment.stream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
{{- toYaml .Values.pokeshop.stream.resources | nindent 12 }}
env:
- name: KAFKA_ADVERTISED_LISTENERS
value: PLAINTEXT://stream.{{ .Release.Namespace }}:9092
value: PLAINTEXT://{{ .Values.pokeshop.ingress.hostname }}:9092
- name: KAFKA_LISTENERS
value: PLAINTEXT://0.0.0.0:9092,CONTROLLER://0.0.0.0:9093
- name: KAFKA_CONTROLLER_QUORUM_VOTERS
Expand Down

0 comments on commit 044e685

Please sign in to comment.