mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
co-authored by
Łukasz Żułnowski
parent
f8d1e522df
commit
be891e1151
@@ -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
|
||||
|
||||
@@ -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 | `[]`
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
@@ -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
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user