Adding default values and README

Signed-off-by: Wilfrido Vidana <wvidanas@gmail.com>
This commit is contained in:
Wilfrido Vidana
2019-05-09 13:58:47 -05:00
parent 86209bc609
commit 940f3e294e
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -104,6 +104,7 @@ The following table lists the configurable parameters of the Sentry chart and th
| `service.internalPort` | Kubernetes internal service port | `9000` |
| `service.annotations` | Service annotations | `{}` |
| `service.nodePort` | Kubernetes service NodePort port | Randomly chosen by Kubernetes |
| `service.loadBalancerSourceRanges` | Kubernetes service loadBalancerSourceRanges | `[]` |
| `ingress.enabled` | Enable ingress controller resource | `false` |
| `ingress.annotations` | Ingress annotations | `{}` |
| `ingress.hostname` | URL to address your Sentry installation | `sentry.local` |
+1
View File
@@ -105,6 +105,7 @@ service:
##
# externalIPs:
# - 192.168.0.1
loadBalancerSourceRanges: []
## Enable persistence using Persistent Volume Claims
## ref: http://kubernetes.io/docs/user-guide/persistent-volumes/