OG256 commented on issue #8484: URL: https://github.com/apache/incubator-devlake/issues/8484#issuecomment-3048413175
I've been provided the configuration from the HA proxy that sits in front of the VM "devlake": { "pool_fqdn": "devlake.network.domain.com", "pool_ip": "LB IP" // <-- This is the external load balancer/proxy },"devlake": { "default": { "nodes": { "0": { // ... "ipaddress": "VM IP", // "port": 4000 // } } } } I assume the port would need to be changed to 8080 and then correctly updated on the config side in Devlake to redirect properly? -- 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: dev-unsubscr...@devlake.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org