Skip to content

Commit ee613bb

Browse files
committed
Expose port 5563 for Kafka
1 parent 3a6d076 commit ee613bb

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

deployment/coe-kafka.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ spec:
7373
ports:
7474
- containerPort: 5557
7575
name: lstream
76+
- containerPort: 5563
77+
name: rest
7678
volumeMounts:
7779
- name: lstreamd-config-kafka
7880
mountPath: /var/logproxy/lstreamd/conf/lstreamd_default.conf
@@ -101,6 +103,10 @@ spec:
101103
ports:
102104
- port: 5557
103105
protocol: TCP
106+
name: lstreamd
107+
- port: 5563
108+
protocol: TCP
109+
name: rest
104110
selector:
105111
app: coe-kafka
106112
---
@@ -116,5 +122,9 @@ spec:
116122
ports:
117123
- port: 5557
118124
protocol: TCP
125+
name: lstreamd
126+
- port: 5563
127+
protocol: TCP
128+
name: rest
119129
selector:
120130
app: coe-kafka

examples/kafka/coe-kafka.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ spec:
7373
ports:
7474
- containerPort: 5557
7575
name: lstream
76+
- containerPort: 5563
77+
name: rest
7678
volumeMounts:
7779
- name: lstreamd-config-kafka
7880
mountPath: /var/logproxy/lstreamd/conf/lstreamd_default.conf
@@ -101,6 +103,10 @@ spec:
101103
ports:
102104
- port: 5557
103105
protocol: TCP
106+
name: lstreamd
107+
- port: 5563
108+
protocol: TCP
109+
name: rest
104110
selector:
105111
app: coe-kafka
106112
---
@@ -116,5 +122,9 @@ spec:
116122
ports:
117123
- port: 5557
118124
protocol: TCP
125+
name: lstreamd
126+
- port: 5563
127+
protocol: TCP
128+
name: rest
119129
selector:
120130
app: coe-kafka

0 commit comments

Comments
 (0)