This is an automated email from the ASF dual-hosted git repository. willholley pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/couchdb-helm.git
commit 40832bb5b83daed36e59616a3cbebaf89edfecf6 Author: Arjun Dhawan <[email protected]> AuthorDate: Wed Oct 30 10:57:52 2019 +0100 Add configurable path * Makes the path in the ingress configurable, defaulting to '/'. Fixes #4 --- couchdb/Chart.yaml | 2 +- couchdb/README.md | 1 + couchdb/templates/ingress.yaml | 2 +- couchdb/values.yaml | 1 + docs/couchdb-2.3.0.tgz | Bin 0 -> 7376 bytes docs/index.yaml | 27 +++++++++++++++++++++++++-- 6 files changed, 29 insertions(+), 4 deletions(-) diff --git a/couchdb/Chart.yaml b/couchdb/Chart.yaml index a4519e4..d976350 100644 --- a/couchdb/Chart.yaml +++ b/couchdb/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: couchdb -version: 2.2.0 +version: 2.3.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 diff --git a/couchdb/README.md b/couchdb/README.md index a0bfc15..1f4bc60 100644 --- a/couchdb/README.md +++ b/couchdb/README.md @@ -125,6 +125,7 @@ A variety of other parameters are also configurable. See the comments in the | `initImage.pullPolicy` | Always | | `ingress.enabled` | false | | `ingress.hosts` | chart-example.local | +| `ingress.path` | / | | `ingress.annotations` | | | `ingress.tls` | | | `persistentVolume.accessModes` | ReadWriteOnce | diff --git a/couchdb/templates/ingress.yaml b/couchdb/templates/ingress.yaml index e73d7a5..3eefddd 100644 --- a/couchdb/templates/ingress.yaml +++ b/couchdb/templates/ingress.yaml @@ -20,7 +20,7 @@ spec: - host: {{ $host }} http: paths: - - path: / + - path: {{ .Values.ingress.path | quote }} backend: serviceName: {{ $serviceName }} servicePort: {{ $servicePort }} diff --git a/couchdb/values.yaml b/couchdb/values.yaml index e3461dd..8cc24f8 100644 --- a/couchdb/values.yaml +++ b/couchdb/values.yaml @@ -98,6 +98,7 @@ ingress: enabled: false hosts: - chart-example.local + path: / annotations: # kubernetes.io/ingress.class: nginx # kubernetes.io/tls-acme: "true" diff --git a/docs/couchdb-2.3.0.tgz b/docs/couchdb-2.3.0.tgz new file mode 100644 index 0000000..2f657d8 Binary files /dev/null and b/docs/couchdb-2.3.0.tgz differ diff --git a/docs/index.yaml b/docs/index.yaml index 28b731f..944494b 100644 --- a/docs/index.yaml +++ b/docs/index.yaml @@ -3,7 +3,30 @@ entries: couchdb: - apiVersion: v1 appVersion: 2.3.1 - created: 2019-10-28T09:24:10.747431Z + created: "2019-10-30T16:35:32.516156223+01:00" + 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. + digest: 0eba7c20ec47bc8556b3cb3b5137b578d46b37397493087d61b8199066f84782 + home: https://couchdb.apache.org/ + icon: http://couchdb.apache.org/CouchDB-visual-identity/logo/CouchDB-couch-symbol.svg + keywords: + - couchdb + - database + - nosql + maintainers: + - email: [email protected] + name: kocolosk + - email: [email protected] + name: willholley + name: couchdb + sources: + - https://github.com/apache/couchdb-docker + urls: + - https://apache.github.io/couchdb-helm/couchdb-2.3.0.tgz + version: 2.3.0 + - apiVersion: v1 + appVersion: 2.3.1 + created: "2019-10-30T16:35:32.515759808+01:00" 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. digest: f68e6187c2b65a02fdde9d49ec38e76a68c3d82421e5ea9e599bac87f4193c6a @@ -24,4 +47,4 @@ entries: urls: - https://apache.github.io/couchdb-helm/couchdb-2.2.0.tgz version: 2.2.0 -generated: 2019-10-28T09:24:10.746176Z +generated: "2019-10-30T16:35:32.515247385+01:00"
