smaddis / smad-deploy-azure

Terraform scripts to set up AKS, ACR, KV for Kuksa Cloud (Eclipse Hono) deployment.
MIT License
0 stars 6 forks source link

Add Jaeger independent of Hono #57

Closed ghost closed 3 years ago

ghost commented 3 years ago

Until now Jaeger has run on All-in-one mode "for quick local testing with in-memory storage" launched by Hono Helm chart. 6537335 removes Hono integrated aio Jaeger, launches Jaeger operator and makes it externally available through nginx-ingress

Very basic configuration.

Related to #41 and #44