canonical / traefik-route-k8s-operator

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

Validate `root_url` against `rule` if both are provided #5

Open PietroPasotti opened 2 years ago

PietroPasotti commented 2 years ago

Investigate if it's at all possible to test from within the charm if the root_url is valid in combination with a rule. E.g. can we fire a get request to the url and see if it is routed correctly? Or at least if it responds?