Skip to content

Commit

Permalink
Exposing Grafana dashboards publicly accessible from cluster using in…
Browse files Browse the repository at this point in the history
…gress

Adding ingress to Grafana in kube-prometheus-stack.yaml

Signed-off-by: Nandesh Guru <[email protected]>
Signed-off-by: Ross Fairbanks <[email protected]>
  • Loading branch information
greenscale-nandesh authored and rossf7 committed Feb 8, 2024
1 parent ebd8bde commit 6624270
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions clusters/base/kube-prometheus-stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ spec:
kind: HelmRepository
name: prometheus
values:
grafana:
ingress:
enabled: true
prometheus:
prometheusSpec:
serviceMonitorSelectorNilUsesHelmValues: false
Expand Down

0 comments on commit 6624270

Please sign in to comment.