Closed lucabello closed 1 month ago
After further investigation, it turns out this issue doesn't happen with the Loki monolithic charm, but only with the Loki coordinator.
Closing in favor of https://github.com/canonical/loki-coordinator-k8s-operator/issues/14.
Bug Description
Regardless of Traefik/TLS, the
LokiPushApiProvider
always rendershttp
withsocket.getfqdn()
(see here) instead ofhttps
and theexternal_url
.This makes it impossible to send logs over an ingressed Loki / over TLS.
To Reproduce
Environment
-
Relevant log output
Additional context
No response