Files
deprecated-helm-charts/stable/couchdb/templates
Will Holley 844c5c8041 [stable/couchdb] use seedlist to join cluster (#15167)
Uses the [seedlist] feature in CouchDB 2.3.1 to join the nodes
in the cluster. This removes the requirement for the
statefulset-assembler sidecar.

One slight niggle is that CouchDB will assume the seedlist
contains fully qualified domain names, which can't be determined
by Helm at install time. To address this, a new config value:

`dns.clusterDomainSuffix` is added, which defaults to `cluster.local`.
For now, users will need to modify this when using a non-default
domain suffix.

Signed-off-by: Will Holley <willholley@apache.org>
2019-08-24 22:12:22 -07:00
..