Closed R-Lawton closed 4 months ago
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 84.40%. Comparing base (
da27315
) to head (afbcffe
).
This change is needed as the limitador operator typically runs in the same namespace as other operators when deployed as part of kuadrant.
The change should be backwards compatible as it's adding a new label app: limitador
to various resources.
The most important one is the metrics Service, as it can result in odd behaviour where it routes traffic to more than just the limitador operator.
@eguzki thoughts on this change? Is it sufficient to make the changes here so that kuadrant-operator deploys the resources with the new label?
Hey @eguzki, What do you think of these changes am I missing anything?
WHAT: Adding labels to resources as limitador often runs in the same namespace as other operators so we are seeing certain issues with metrics repeating mainly around the service resource. Since its adding a label it shouldn't break things