Hello, would it be possible to allow setting custom annotations for livekit-server Service inside values.yaml?
Maybe add configurable option in values.yaml:
livekit:
service:
annotations:
annotationName: annotationValue
Context: Trying to add external-dns over a Livekit-Server instance and need the ability to add annotations to the service. 😄