Skip to content

Commit a425f4c

Browse files
cjc7373apecloud-bot
authored andcommitted
fix: pulsar proxy service wrong port name (#2466)
(cherry picked from commit 29c07b5)
1 parent 914299d commit a425f4c

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)