port-forward url and wildcard access url not working

Hello!

I'm trying to implement Coder v2 for our dev team with docker-in-docker functionality. I have deployed coder's helm chart to our kubernetes cluster and created a template with envbox and a simple hello-world docker app. Both the outer and inner container images are custom because I need to pass in an internal cert.

I've set the env variables for CODER_ACCESS_URL and CODER_WILDCARD_ACCESS_URL with the following format:
- name: CODER_ACCESS_URL value: "https://coder.dev.example.com" - name: CODER_WILDCARD_ACCESS_URL value: '*.coder.dev.example.com'

I can see the port-foward button in my workspace, but when I click to open the URL I just get "This site can't be reached". Any help is appreciated! Thank you!!
Was this page helpful?