guilhem commented on PR #272: URL: https://github.com/apache/incubator-devlake-helm-chart/pull/272#issuecomment-2076747368
> hi @guilhem @JorgeGar , i have to revert this pr as having two ingresses can result in waste when the ingress class is alb, it would create two aws alb, i have created a pr #278 for this issue, could you check whether this pr solves your issue? Hi @ZhangNing10 this is not the case since 2020 and controller v2: https://aws.amazon.com/fr/blogs/containers/introducing-aws-load-balancer-controller/ you can use: ```yaml metadata: annotation: alb.ingress.kubernetes.io/group.name: devlake ``` which is supported by this PR :) -- 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]
