Custom Labels for Services and Pods #480
|
Hi, for some policies i need add customized labels to some components generated dinamically such like services, wconsj even control-manager. Is possible add customized labels to this components In my case add labels to resources is requirement of FinOps and Security team for all resources in cluster. Thx |
Replies: 1 comment 2 replies
|
The operator only allow to add customized labels to the the broker pods using the It should be easy to extend the |
The operator only allow to add customized labels to the the broker pods using the
Spec.DeploymentPlan.Labelsproperty.You can customize the control-manager labels editing the
activemq-artemis-controller-managerdeployment, see https://github.com/artemiscloud/activemq-artemis-operator/blob/main/deploy/operator.yamlIt should be easy to extend the
Spec.DeploymentPlan.Labelsto the other resources. Could you provide a use case that requires this feature?