Arturo Ghinassi
Arturo Ghinassi
CCoder.com
Created by Arturo Ghinassi on 3/12/2025 in #help
Fresh Coder helm installation fails Workspace creation
Yes I was just looking into it! Thank you very much 🫶🏻
12 replies
CCoder.com
Created by Arturo Ghinassi on 3/12/2025 in #help
Fresh Coder helm installation fails Workspace creation
@Phorcys I solved it! The problem was the ingress class I was using, I had to enable websockets in the annotations. For everyone who users Contour wondering how I solved it, this is the config:
ingress:
enable: true
className: contour
host: coder.mydomain.com
annotations:
projectcontour.io/websocket-routes: "/"
tls:
enable: true
secretName: mydomain.com
ingress:
enable: true
className: contour
host: coder.mydomain.com
annotations:
projectcontour.io/websocket-routes: "/"
tls:
enable: true
secretName: mydomain.com
I will close the issue on github with the answer.
12 replies
CCoder.com
Created by Arturo Ghinassi on 3/12/2025 in #help
Fresh Coder helm installation fails Workspace creation
No description
12 replies
CCoder.com
Created by Arturo Ghinassi on 3/12/2025 in #help
Fresh Coder helm installation fails Workspace creation
Hi, No the certification is issued by letsencrypt and is managed by an AWS load balancer. So the ingress https://coder.mydomain.com points to the Application Load Balancer that manages the certification and then redirects to the kubernetes masters ips.
12 replies
CCoder.com
Created by Arturo Ghinassi on 3/12/2025 in #help
Fresh Coder helm installation fails Workspace creation
No description
12 replies