canonical / mongodb-operator

Charmed solution for MongoDB
Apache License 2.0
12 stars 14 forks source link

send correct hosts for mongos k8s #477

Closed MiaAltieri closed 2 months ago

MiaAltieri commented 2 months ago

Issue

  1. Mongos K8s handles hosts in a very unique way compared to other charms since it supports external connections
  2. port information is not shared directly to clients (it is shared instead in the URI)

Solution

Update the way mongos k8s handles hosts for client relations Remove port update