Skip to content

Commit 22bcf04

Browse files
authored
Merge pull request #30 from jdbaudean/patch-1
Add Ingress config to README.md
2 parents a8c636b + a81a718 commit 22bcf04

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

+16
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,22 @@ stringData:
199199
password: "<your password>" # this matches the "passwordKey" field above
200200
```
201201

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+
202218
## Subcharts
203219

204220
| Repository | Name | Version |

0 commit comments

Comments
 (0)