[Sentry] Disable ingress by default (#2388)

* Disable Sentry ingress by default

* Bump chart version

* Fix linting issues
This commit is contained in:
Richard Lee
2017-11-17 19:37:45 +01:00
committed by Reinhard Nägele
parent dc1620d347
commit 359dbe8458
2 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -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
+3 -3
View File
@@ -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