Skip to content

Commit

Permalink
Proxy: Ingress disabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
NoUseFreak committed May 21, 2020
1 parent 639c7cf commit 2e486a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/proxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: proxy
description: A Helm chart for Kubernetes
type: application
version: 0.1.0
version: 0.1.1
appVersion: 1.0.0
2 changes: 1 addition & 1 deletion charts/proxy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ serviceAccount:
name: ""

ingress:
enabled: true
enabled: false
annotations:
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
Expand Down

0 comments on commit 2e486a7

Please sign in to comment.