mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Signed-off-by: Alexandre Amiche <aamiche@livingactor.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
2c00a333ea
commit
eee6593ecc
@@ -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
|
||||
|
||||
@@ -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 | `{}` | | |
|
||||
|
||||
@@ -34,7 +34,8 @@ ingress:
|
||||
annotations: {}
|
||||
# kubernetes.io/ingress.class: nginx
|
||||
# kubernetes.io/tls-acme: "true"
|
||||
paths: []
|
||||
paths:
|
||||
- /
|
||||
hosts:
|
||||
- mercure.local
|
||||
tls: []
|
||||
|
||||
Reference in New Issue
Block a user