Skip to content

Commit 906cda8

Browse files
xuriwuyunapecloud-bot
authored andcommitted
chore: rabbit web stomp port (#2434)
(cherry picked from commit 1bb19fa)
1 parent ba7cf82 commit 906cda8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

addons/rabbitmq/templates/cmpd.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ spec:
2121
- name: management
2222
port: 15672
2323
targetPort: management
24-
- name: web_stomp
24+
- name: web-stomp
2525
port: 15674
26-
targetPort: web_stomp
26+
targetPort: web-stomp
2727
configs:
2828
- name: config
2929
template: {{ include "rabbitmq.configTplName" . }}
@@ -147,7 +147,7 @@ spec:
147147
name: management
148148
protocol: TCP
149149
- containerPort: 15674
150-
name: web_stomp
150+
name: web-stomp
151151
protocol: TCP
152152
- containerPort: 25672
153153
name: communication

0 commit comments

Comments
 (0)