Signed-off-by: Alexandre Amiche <aamiche@livingactor.com>
This commit is contained in:
Alexandre amiche
2019-07-17 14:20:11 -07:00
committed by Kubernetes Prow Robot
parent 2c00a333ea
commit eee6593ecc
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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 | `{}` | | |
+2 -1
View File
@@ -34,7 +34,8 @@ ingress:
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
paths: []
paths:
- /
hosts:
- mercure.local
tls: []