Skip to content

Commit

Permalink
Add docs for ingress with path (helm#22143)
Browse files Browse the repository at this point in the history
Signed-off-by: LucasBoisserie <lucas.boisserie@gmail.com>
  • Loading branch information
LucasBoisserie authored Apr 29, 2020
1 parent f0bb4e6 commit 226ea86
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion stable/grafana/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: grafana
version: 5.0.18
version: 5.0.19
appVersion: 6.7.3
kubeVersion: "^1.8.0-0"
description: The leading tool for querying and visualizing time series and metrics.
Expand Down
16 changes: 16 additions & 0 deletions stable/grafana/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,22 @@ You have to add --force to your helm upgrade command as the labels of the chart
| `downloadDashboardsImage.pullPolicy` | Curl docker image pull policy | `IfNotPresent` |
| `namespaceOverride` | Override the deployment namespace | `""` (`Release.Namespace`) |

### Example ingress with path

With grafana 6.3 and above
```yaml
grafana.ini:
server:
domain: monitoring.example.com
root_url: "%(protocol)s://%(domain)s/grafana"
serve_from_sub_path: true
ingress:
enabled: true
hosts:
- "monitoring.example.com"
path: "/grafana"
```
### Example of extraVolumeMounts
```yaml
Expand Down

0 comments on commit 226ea86

Please sign in to comment.