groundhog2k / helm-charts

Helm charts for open source applications - ready to use for deployment on Kubernetes
MIT License
69 stars 56 forks source link

Allow more individual configuration for mongodb replicaset members #1185

Closed groundhog2k closed 1 year ago

groundhog2k commented 1 year ago

For a MongoDB replica set it is useful to define less resources (memory, cpu) for the arbiter in opposite to other replica set members which should have identical values. Also moving different hidden secondaries and the arbiter on other worker nodes by using nodeSelector, affinity and tolerations can help to make the cluster more robust. These settings should be available independently from the primary and secondary members for arbiter and hidden secondaries.