canonical / traefik-route-k8s-operator

Configuration charm for traefik-k8s.
https://charmhub.io/traefik-route-k8s
Apache License 2.0
0 stars 3 forks source link

Add scheme to TraefikRouteProvider #41

Closed sed-i closed 1 year ago

sed-i commented 1 year ago

Problem

Grafana, which uses traefik_route, is currently unable to tell if the ingress endpoint is http or https.

Solution

This PR adds a scheme arg, so that traefik could inform over relation data which scheme it is using.

In tandem with: