[stable/cerebro] add ingress labels (#14053)

Signed-off-by: Cameron Attard <cameron.attard@siteminder.com>
This commit is contained in:
Cameron Attard
2019-05-22 02:58:05 -07:00
committed by Kubernetes Prow Robot
parent 7e57403d01
commit b3cec1a38b
4 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: cerebro
version: 1.0.1
version: 1.0.2
appVersion: 0.8.3
apiVersion: v1
description: A Helm chart for Cerebro - a web admin tool that replaces Kopf.
+1
View File
@@ -57,6 +57,7 @@ The following table lists the configurable parameters of the cerebro chart and t
| `resources.requests.memory` | Memory resource requests | |
| `resources.limits.memory` | Memory resource limits | |
| `ingress` | Settings for ingress | `{}` |
| `ingress.labels` | Labels to add to the ingress | `{}` |
| `nodeSelector` | Settings for nodeselector | `{}` |
| `tolerations` | Settings for toleration | `{}` |
| `affinity` | Settings for affinity | `{}` |
+3
View File
@@ -10,6 +10,9 @@ metadata:
chart: {{ template "cerebro.chart" . }}
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
{{- if .Values.ingress.labels }}
{{ toYaml .Values.ingress.labels | indent 4 }}
{{- end }}
{{- with .Values.ingress.annotations }}
annotations:
{{ toYaml . | indent 4 }}
+1
View File
@@ -35,6 +35,7 @@ ingress:
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
labels: {}
path: /
hosts:
- chart-example.local