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 |
Beta Was this translation helpful? Give feedback.
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 |
Beta Was this translation helpful? Give feedback.
The operator only allow to add customized labels to the the broker pods using the
Spec.DeploymentPlan.Labels
property.You can customize the control-manager labels editing the
activemq-artemis-controller-manager
deployment, see https://github.com/artemiscloud/activemq-artemis-operator/blob/main/deploy/operator.yamlIt should be easy to extend the
Spec.DeploymentPlan.Labels
to the other resources. Could you provide a use case that requires this feature?