Skip to content

Commit

Permalink
qcl: fix grafana issue with hostname and deployer script
Browse files Browse the repository at this point in the history
The function get_grafana_url reads ingress.hosts[0] specifically, which
is a broken assumption. We should fix this by looking at root_url
instead in another PR.
  • Loading branch information
consideRatio committed May 9, 2023
1 parent 3fa6776 commit 020e923
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/clusters/qcl/support.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ grafana:
allowed_organizations: 2i2c-org QuantifiedCarbon
ingress:
hosts:
- grafana.qcl.2i2c.cloud
- grafana.quantifiedcarbon.com
- grafana.qcl.2i2c.cloud
tls:
- secretName: grafana-tls
hosts:
- grafana.qcl.2i2c.cloud
- grafana.quantifiedcarbon.com
- grafana.qcl.2i2c.cloud

0 comments on commit 020e923

Please sign in to comment.