Automatic restart when changing definitions.json #1862
-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
ArgoCD could either:
Alternatively, you can use imports over HTTP and modify You can also consider using https://github.com/rabbitmq/messaging-topology-operator. |
Beta Was this translation helpful? Give feedback.
ArgoCD could either:
kubectl rollout restart statefulset ...
after generating the new JSON fileAlternatively, you can use imports over HTTP and modify
RabbitmqCluster
resource definition with the updated file (eg the JSON filename could contain a version/timestamp that you'd update when it changes). Changes toRabbitmqCluster
resource trigger a restart automatically.You can also consider using https://github.com/rabbitmq/messaging-topology-operator.