Solutionunvalidated
replace `rabbitmq.host=rabbitmq.rabbitmq.svc.cluster.local `by `rabbitmq.host=team1-rabbitmq.default.svc.cluster.local ` — as defined in your kube service config. Tension: Your rabbit hostname must be something like : `rabbitmq.host=..svc.cluster.local`. Outcome: Don't forget to do the same for other hostnames or use variables references to avoid reapeating config.
bbdde8be-b0e9-4b5b-b403-72d23dd1a0a4
replace rabbitmq.host=rabbitmq.rabbitmq.svc.cluster.local by rabbitmq.host=team1-rabbitmq.default.svc.cluster.local — as defined in your kube service config. Tension: Your rabbit hostname must be something like : rabbitmq.host=..svc.cluster.local. Outcome: Don't forget to do the same for other hostnames or use variables references to avoid reapeating config.