jitsi-contrib / jitsi-kubernetes-operator

Creative Commons Zero v1.0 Universal
40 stars 11 forks source link

Annotations #12

Open krakazyabra opened 1 year ago

krakazyabra commented 1 year ago

Hi guys! Thanks for the project.

Can I ask you to add possibility to manage annotations/labels for components (svc, deploys, daemonsets)? F.e. they are needed for prometheus SD.

Thanks in advance ;-)

hrenard commented 1 year ago

Hey ! Indeed, it's only possible for the ingress. I don't have a lot of time, but I can review a PR. The idea for Prometheus was to only have to set .spec.metrics to true.

krakazyabra commented 1 year ago

Hi!

I can review a PR

Sorry, but my go expirience is around 0 :) May be I can try to copy current code from ingress part and add it to ds/deployment etc. Or someone else will be kind to do that.