diff --git a/stable/mercure/Chart.yaml b/stable/mercure/Chart.yaml index 482ed07224..a625ec828e 100644 --- a/stable/mercure/Chart.yaml +++ b/stable/mercure/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: "0.5.0" description: The Mercure hub allows to push data updates using the Mercure protocol to web browsers and other HTTP clients in a convenient, fast, reliable and battery-efficient way name: mercure -version: 1.0.6 +version: 1.0.7 keywords: - mercure - hub diff --git a/stable/mercure/README.md b/stable/mercure/README.md index 6effa9a5c4..ad20638479 100644 --- a/stable/mercure/README.md +++ b/stable/mercure/README.md @@ -68,7 +68,7 @@ The following table lists the configurable parameters of the Moodle chart and th | `service.port` | Service port | `80` | | | | `ingress.enabled` | Enables Ingress | `false` | | | | `ingress.annotations` | Ingress annotations | `{}` | | | -| `ingress.path` | Ingress path | `/` | | | +| `ingress.paths` | Ingress paths for all hostnames | `["/"]` | | | | `ingress.hosts` | Ingress accepted hostnames | `["mercure.local"]` | | | | `ingress.tls` | Ingress TLS configuration | `[]` | | | | `resources` | controller pod resource requests & limits | `{}` | | | diff --git a/stable/mercure/values.yaml b/stable/mercure/values.yaml index 55c3eb4763..a13ae7ce60 100644 --- a/stable/mercure/values.yaml +++ b/stable/mercure/values.yaml @@ -34,7 +34,8 @@ ingress: annotations: {} # kubernetes.io/ingress.class: nginx # kubernetes.io/tls-acme: "true" - paths: [] + paths: + - / hosts: - mercure.local tls: []