couchdb-helm
couchdb-helm copied to clipboard
Apache CouchDB Helm Chart
**Is your feature request related to a problem? Please describe.** After deploying the helm chart, there is a very helpful / explanatory message in `NOTES.txt` about cluster state: ``` Once...
**Is your feature request related to a problem? Please describe.** If you haven't interacted with the service in a while, it's easy to forget how `adminHash` and `adminPassword` values interact....
**Describe the bug** We have used the helm charts to install a 3 node couchdb cluster. We have noticed that one of the nodes in the cluster (coordinator node) is...
#### What this PR does / why we need it: adds resources for init containers which without that might not create pods in private clusters where you are forced to...
**Is your feature request related to a problem? Please describe.** As discussed in #80 , keeping `values.yaml` in sync with `README.md` can be tricky. As a result, a tool called...
**Describe the bug** When configuring couchdb inside of the helm chart, one class of configuration involves hardening / tweaking the authentication configuration. It is possible to change this in such...
**Is your feature request related to a problem? Please describe.** This is related to #7 , although that issue seems a bit dated. Basically, when `createAdminSecret` is used (by default),...
It would be useful to automatically run the chart install test defined in `e2e-kind.sh` when a PR is submitted.
**Describe the bug** The cluster setup wizard does not work in microk8s, while it does work in k3s, kind, and minikube. The setup command is ``` curl -s http://127.0.0.1:5984/_cluster_setup -X...
#### What this PR does / why we need it: Adds https://github.com/gesellix/couchdb-prometheus-exporter as an optional sidecar to each CouchDB node. Node-specific metrics can then be scraped by prometheus using a...