Custom hostname on Kubernetes?

I'm currently running Coder on https://coder.domain-i.payfor (domain omitted for privacy reasons) But when I run curl https://coder.domain-i.payfor/install.sh | sh I get the following error, how can I tell my Coder to use my domain?
$ curl https://coder.domain-i.payfor/install.sh | sh
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 8635 0 8635 0 0 26461 0 --:--:-- --:--:-- --:--:-- 26487
Installing coder-darwin-arm64 v2.19.0+2f32b11 from http://coder.coder.svc.cluster.local.

+ mkdir -p ~/.cache/coder/local_downloads
+ curl -#fL -o ~/.cache/coder/local_downloads/coder-darwin-arm64-v2.19.0+2f32b11.incomplete -C - http://coder.coder.svc.cluster.local/bin/coder-darwin-arm64
curl: (6) Could not resolve host: coder.coder.svc.cluster.local
$ curl https://coder.domain-i.payfor/install.sh | sh
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 8635 0 8635 0 0 26461 0 --:--:-- --:--:-- --:--:-- 26487
Installing coder-darwin-arm64 v2.19.0+2f32b11 from http://coder.coder.svc.cluster.local.

+ mkdir -p ~/.cache/coder/local_downloads
+ curl -#fL -o ~/.cache/coder/local_downloads/coder-darwin-arm64-v2.19.0+2f32b11.incomplete -C - http://coder.coder.svc.cluster.local/bin/coder-darwin-arm64
curl: (6) Could not resolve host: coder.coder.svc.cluster.local
5 Replies
Codercord
Codercord2w ago
<#1339117577363914873>
Category
Help needed
Product
Coder (v2)
Platform
macOS
Logs
Please post any relevant logs/error messages.
Phorcys
Phorcys2w ago
you need to set CODER_ACCESS_URL have you installed Coder via Helm?
Inuk
InukOP2w ago
yes I do is there an easier way to do it with values? it worked, many thanks!
Phorcys
Phorcys2w ago
yes, I think my bad maybe there's something with the ingress host but i'm unsure
Codercord
Codercord2w ago
@Phorcys closed the thread.

Did you find this page helpful?