rbraeunlich opened a new issue, #237: URL: https://github.com/apache/incubator-devlake-helm-chart/issues/237
Hi everyone, as far as I can see, both `Deployment`s use the same selector labels. See: https://github.com/apache/incubator-devlake-helm-chart/blob/main/charts/devlake/templates/deployments.yaml#L36 https://github.com/apache/incubator-devlake-helm-chart/blob/main/charts/devlake/templates/deployments.yaml#L127 This leads to both deployments thinking they are responsible for the "lake" and the "ui" pods. E.g. in my K9s it looks like this:   That both Deployments share those pods looks wrong to me. Therefore, I think they should use different selector labels. Or at least add e.g. the `devlakeComponent` component label. -- 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]
