kvaps / kube-linstor

Containerized LINSTOR SDS for Kubernetes, ready for production use.
Apache License 2.0
130 stars 25 forks source link

Add labels to controller service #40

Closed fondemen closed 3 years ago

fondemen commented 3 years ago

Hello! I'm monitoring my linstor deployment using prometheus. To do so, I'd need to label my controller service. So far, I'm using the following command line : kubectl -n linstor label svc linstor-controller app=linstor-controller-metrics. It would be great if this could be done the same way it is possible to add annotations (.Values.controller.service.annotations)

kvaps commented 3 years ago

fixed in v0.13.0, thank you