Skip to content

Commit 1410e5d

Browse files
committed
Merge branch 'outside-services' into kubernetes-1.8-test
2 parents af549e0 + 5f27972 commit 1410e5d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

50kafka.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,10 @@ spec:
4848
- name: JMX_PORT
4949
value: "5555"
5050
ports:
51-
- containerPort: 9092
52-
- containerPort: 9094
51+
- name: inside
52+
containerPort: 9092
53+
- name: outside
54+
containerPort: 9094
5355
command:
5456
- ./bin/kafka-server-start.sh
5557
- /etc/kafka/server.properties

0 commit comments

Comments
 (0)