Skip to content

Commit

Permalink
Adds port names as documentation in kafka manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
solsson committed Oct 25, 2017
1 parent 4c202f4 commit 5f27972
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions 50kafka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,10 @@ spec:
- name: KAFKA_LOG4J_OPTS
value: -Dlog4j.configuration=file:/etc/kafka/log4j.properties
ports:
- containerPort: 9092
- containerPort: 9094
- name: inside
containerPort: 9092
- name: outside
containerPort: 9094
command:
- ./bin/kafka-server-start.sh
- /etc/kafka/server.properties
Expand Down

0 comments on commit 5f27972

Please sign in to comment.