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:
   
![image](https://github.com/apache/incubator-devlake-helm-chart/assets/2596597/9f07a03b-7993-44ba-b357-8b173746ba48)
   
![image](https://github.com/apache/incubator-devlake-helm-chart/assets/2596597/8946f316-df3e-4cdd-8499-1b768ec139ab)
   
   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]

Reply via email to