Skip to content
Snippets Groups Projects
Commit 9f276775 authored by Sören Henning's avatar Sören Henning
Browse files

Add Grafana NodePort, fix #31

parent 40fd6d50
No related branches found
No related tags found
No related merge requests found
......@@ -37,10 +37,10 @@ are used. See the corresponding sections below for how to install them.
### Grafana
As with Prometheus, we suggest to create a dedicated Grafana instance. Grafana
can be installed with Helm:
with our default configuration can be installed with Helm:
```sh
helm install grafana stable/grafana
helm install grafana stable/grafana -f -f infrastructure/grafana/values.yaml
```
The official [Grafana Helm Chart repository](https://github.com/helm/charts/tree/master/stable/grafana)
......
service:
nodePort: 31199
type: NodePort
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment