Skip to content

Commit

Permalink
fix: rabbitmq cluster initialization failed occasionally (#1086)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuriwuyun authored Oct 12, 2024
1 parent c47979c commit 7ba24ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions addons/rabbitmq/templates/componentdefinition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ spec:
rabbitmq-upgrade await_online_quorum_plus_one -t 604800 && rabbitmq-upgrade
await_online_synchronized_mirror -t 604800 && rabbitmq-upgrade drain -t
604800
startupProbe:
tcpSocket:
port: 5672
ports:
- containerPort: 4369
name: epmd
Expand Down

0 comments on commit 7ba24ff

Please sign in to comment.