mirror of
https://github.com/helm/charts.git
synced 2026-08-20 04:47:32 +00:00
Adding default values and README
Signed-off-by: Wilfrido Vidana <wvidanas@gmail.com>
This commit is contained in:
@@ -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` |
|
||||
|
||||
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user