rgolangh opened a new issue, #483:
URL:
https://github.com/apache/incubator-kie-kogito-serverless-operator/issues/483
There's a need to select efficiently workflows and their respective
services. Having the common kubernetes labels allow a single selector:
```
podSelector:
matchExpressions:
- { key: app.kubernetes.io/component, operator: In, values:
["data-index-service", "jobs-service", "serverless-workflow"
```
One good use of those labels would be for NetworkPolicy to catch all
relevant pods in a single pod selector.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]