Skip to content

Commit

Permalink
Adding default values and README
Browse files Browse the repository at this point in the history
Signed-off-by: Wilfrido Vidana <wvidanas@gmail.com>
  • Loading branch information
wvidana committed May 9, 2019
1 parent 86209bc commit 940f3e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions stable/sentry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down
1 change: 1 addition & 0 deletions stable/sentry/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 940f3e2

Please sign in to comment.