diff --git a/execution/README.md b/execution/README.md index 1e26df155003e4e311664e9598483c2e95d56c06..ae1c316c297427d261d2b313220b840aba61a6c6 100644 --- a/execution/README.md +++ b/execution/README.md @@ -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) diff --git a/execution/infrastructure/grafana/values.yaml b/execution/infrastructure/grafana/values.yaml new file mode 100644 index 0000000000000000000000000000000000000000..74b2c8a713256d39f3001cae635c26d8bc13d7d5 --- /dev/null +++ b/execution/infrastructure/grafana/values.yaml @@ -0,0 +1,3 @@ +service: + nodePort: 31199 + type: NodePort \ No newline at end of file