[stable/sentry] Sentry ingress labels (#22019)

* Sentry ingress labels

Signed-off-by: Łukasz Żułnowski <lzulnowski@gmail.com>

* Sentry: add custom labels for ingress

Signed-off-by: Łukasz Żułnowski <lzulnowski@gmail.com>

Co-authored-by: Łukasz Żułnowski <lz@greensteam.com>
This commit is contained in:
buker
2020-04-20 08:59:39 -07:00
committed by GitHub
co-authored by Łukasz Żułnowski
parent f8d1e522df
commit be891e1151
4 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
description: Sentry is a cross-platform crash reporting and aggregation platform.
name: sentry
version: 4.2.0
version: 4.2.1
appVersion: 9.1.2
keywords:
- debugging
+1
View File
@@ -138,6 +138,7 @@ Parameter | Description
`service.loadBalancerSourceRanges` | Allow list for the load balancer | `nil`
`ingress.enabled` | Enable ingress controller resource | `false`
`ingress.annotations` | Ingress annotations | `{}`
`ingress.labels` | Ingress labels | `{}`
`ingress.hostname` | URL to address your Sentry installation | `sentry.local`
`ingress.path` | path to address your Sentry installation | `/`
`ingress.tls` | Ingress TLS configuration | `[]`
+3
View File
@@ -8,6 +8,9 @@ metadata:
chart: "{{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}"
release: "{{ .Release.Name }}"
heritage: "{{ .Release.Service }}"
{{- with .Values.ingress.labels }}
{{- toYaml . | nindent 4 }}
{{- end }}
annotations:
{{- range $key, $value := .Values.ingress.annotations }}
{{ $key }}: {{ $value | quote }}
+5
View File
@@ -204,6 +204,11 @@ ingress:
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: 'true'
## Ingress labels
#
labels: {}
# env: dev
## Ingress TLS configuration
## Secrets must be manually created in the namespace
##