mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/cerebro] add ingress labels (#14053)
Signed-off-by: Cameron Attard <cameron.attard@siteminder.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
7e57403d01
commit
b3cec1a38b
@@ -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.
|
||||
|
||||
@@ -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 | `{}` |
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
@@ -35,6 +35,7 @@ ingress:
|
||||
annotations: {}
|
||||
# kubernetes.io/ingress.class: nginx
|
||||
# kubernetes.io/tls-acme: "true"
|
||||
labels: {}
|
||||
path: /
|
||||
hosts:
|
||||
- chart-example.local
|
||||
|
||||
Reference in New Issue
Block a user