mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[Sentry] Disable ingress by default (#2388)
* Disable Sentry ingress by default * Bump chart version * Fix linting issues
This commit is contained in:
committed by
Reinhard Nägele
parent
dc1620d347
commit
359dbe8458
@@ -1,7 +1,8 @@
|
||||
apiVersion: v1
|
||||
description: Sentry is a cross-platform crash reporting and aggregation platform.
|
||||
name: sentry
|
||||
version: 0.1.3
|
||||
version: 0.1.4
|
||||
appVersion: 8.17
|
||||
keywords:
|
||||
- debugging
|
||||
- logging
|
||||
|
||||
@@ -39,7 +39,7 @@ worker:
|
||||
cpu: 100m
|
||||
memory: 100Mi
|
||||
|
||||
# Initial admin user to create
|
||||
# Initial admin user to create
|
||||
user:
|
||||
email: admin@sentry.local
|
||||
|
||||
@@ -88,7 +88,7 @@ persistence:
|
||||
## ref: http://kubernetes.io/docs/user-guide/ingress/
|
||||
##
|
||||
ingress:
|
||||
enabled: true
|
||||
enabled: false
|
||||
hostname: sentry.local
|
||||
|
||||
## Ingress annotations
|
||||
@@ -113,7 +113,7 @@ postgresql:
|
||||
imageTag: "9.5"
|
||||
persistence:
|
||||
enabled: true
|
||||
|
||||
|
||||
redis:
|
||||
persistence:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user