hossted / hossted-operator

Hossted k8s operator
Apache License 2.0
0 stars 1 forks source link

extend primary creds by internal URL #112

Open gannulka opened 2 months ago

gannulka commented 2 months ago

primaryCreds object in values.yaml should be extended by url. This URL should be sent to api as part of

accessInfo: {
  urls: [{
"url": "someinternalurl",
"user":"admin",
"password":"admin_passwrod"
}]
}
primaryCreds:
  url: "someinternalurl"
  namespace: "hossted-mongodb"

Please note: this url is not the same as we set in ingress.hostname. Basically this is internal url(inside cluster)

AdheipSingh commented 3 weeks ago

Low priority. Will take this up after https://github.com/hossted/hossted-operator/issues/118 and https://github.com/hossted/hossted-operator/issues/117