daniel-hutao commented on issue #87:
URL: 
https://github.com/apache/incubator-devlake-helm-chart/issues/87#issuecomment-1504394756

   Regarding the deployment of DevLake on EKS, the biggest issue previously was 
compatibility with Ingress configuration, but that has now been resolved. You 
guys can try using this values.yaml configuration:
   
   ```yaml
   ingress:
     enabled: true
     enableHttps: false
     className: "alb"
     hostname: ""
     # url prefix, not works right now, keep "/"
     prefix: /
     # if using https provides the certificates secret name
     tlsSecretName: ""
     # ingress http port
     httpPort: 80
     # ingress https port
     httpsPort: 443
     useDefaultNginx: false
     annotations:
       alb.ingress.kubernetes.io/scheme: internet-facing
       alb.ingress.kubernetes.io/target-type: ip
   ```


-- 
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