SeldonIO / tempo

MLOps Python Library
https://tempo.readthedocs.io/en/latest/
Apache License 2.0
114 stars 21 forks source link

Support for adding annotations to deployments #223

Open diegok-unity opened 2 years ago

diegok-unity commented 2 years ago

In order to make VirtualServices properly accessible via Istio ingress, some annotations usually need to be added, which is documented here. In particular, seldon.io/istio-host defaults to *, which does not allow routing to the service to work.

The Tempo SDK needs to support at least these annotations in order to create usable deployments.