We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5c3291 commit a81a718Copy full SHA for a81a718
README.md
@@ -199,6 +199,22 @@ stringData:
199
password: "<your password>" # this matches the "passwordKey" field above
200
```
201
202
+To add an Ingress for Grafana, define this in your `values.yaml`:
203
+
204
+```yaml
205
+grafana:
206
+ grafana.ini:
207
+ server:
208
+ domain: observability.example.com
209
+ root_url: "%(protocol)s://%(domain)s/grafana"
210
+ serve_from_sub_path: true
211
+ ingress:
212
+ enabled: true
213
+ hosts:
214
+ - "observability.example.com"
215
+ path: "/"
216
+```
217
218
## Subcharts
219
220
| Repository | Name | Version |
0 commit comments