Skip to content

Commit

Permalink
salt: Remove cluster.local from Loki datasource
Browse files Browse the repository at this point in the history
`cluster.local` is a configurable domain, so remove it from Loki
datasource since it's not needed as Grafana run inside the cluster
  • Loading branch information
TeddyAndrieux committed Jan 24, 2022
1 parent e4ef124 commit 2c8818f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@
- Explicitly set the Grafana datasource UID to `metalk8s-<datasource_name>`
(PR[#3668](https://github.com/scality/metalk8s/pull/3668))

- Do not use `cluster.local` suffix in Loki datasources
(PR[#3679](https://github.com/scality/metalk8s/pull/3679))

## Bug fixes

- [#3601](https://github.com/scality/metalk8s/issues/3601) - Marks
Expand Down
2 changes: 1 addition & 1 deletion salt/metalk8s/addons/logging/loki/deployed/datasource.sls
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ Deploy ConfigMap for Loki datasource:
uid: metalk8s-loki
type: loki
access: proxy
url: http://loki.metalk8s-logging.svc.cluster.local:3100/
url: http://loki.metalk8s-logging.svc:3100/
version: 1

0 comments on commit 2c8818f

Please sign in to comment.