You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
folks,
I figured MongoDB standalone architecture handling is also required in configmaps_st2-conf.yaml template.
At the moment Standalone or Replicate set both populate list of mondo-pb pod endpoints to config.
Hi @gauravjain1582 this is by design. MongoDB standalone is not a recommended option for StackStorm-HA deployment. All pods (as appropriate) and external dependencies are expected to be HA. Ideally, standalone should only be used in development/testing environment. For Production replicaset is the way to go. Hope that helps.
Why would you install a standalone MongoDB in kubernetes?
If you have a standalone MongoDB instance outside of kubernetes, then you should be disabling the mongodb chart, and provide your own database host/auth config in .Values.st2.config.
If, however, you are using the mongo subchart to somehow install a standalone mongo, then I'm happy to review a pull request that fixes support for that setup. What changes would be required to support that? Is it minimal?
folks,
I figured MongoDB standalone architecture handling is also required in configmaps_st2-conf.yaml template.
At the moment Standalone or Replicate set both populate list of mondo-pb pod endpoints to config.
https://github.com/StackStorm/stackstorm-ha/blob/master/templates/configmaps_st2-conf.yaml
I can reproduce everything in my env. I fix would be needed.
Thx
G
The text was updated successfully, but these errors were encountered: