mirror of
https://github.com/helm/charts.git
synced 2026-09-05 12:27:30 +00:00
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>
19 lines
509 B
YAML
19 lines
509 B
YAML
apiVersion: v1
|
|
name: couchdb
|
|
version: 2.2.0
|
|
appVersion: 2.3.1
|
|
description: A database featuring seamless multi-master sync, that scales from
|
|
big data to mobile, with an intuitive HTTP/JSON API and designed for
|
|
reliability.
|
|
keywords:
|
|
- couchdb
|
|
- database
|
|
- nosql
|
|
home: https://couchdb.apache.org/
|
|
sources:
|
|
- https://github.com/apache/couchdb-docker
|
|
maintainers:
|
|
- name: kocolosk
|
|
email: kocolosk@apache.org
|
|
icon: http://couchdb.apache.org/CouchDB-visual-identity/logo/CouchDB-couch-symbol.svg
|