Skip to content

Commit 29c07b5

Browse files
authored
fix: pulsar proxy service wrong port name (#2466)
1 parent 73a4fd2 commit 29c07b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

addons/pulsar/templates/cmpd-proxy-4.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,9 @@ spec:
153153
- name: proxy
154154
spec:
155155
ports:
156-
- name: client
156+
- name: pulsar
157157
port: 6650
158-
targetPort: client
158+
targetPort: pulsar
159159
- name: http
160160
port: 8080
161161
targetPort: http

0 commit comments

Comments
 (0)