File tree 4 files changed +8
-8
lines changed 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -42,11 +42,11 @@ Coder nodes.
42
42
43
43
Here's an example 3-node network configuration setup:
44
44
45
- | Name | ` CODER_ADDRESS ` | ` CODER_DERP_SERVER_RELAY_URL ` | ` CODER_ACCESS_URL ` |
46
- | --------- | --------------- | ----------------------------- | ------------------------ |
47
- | ` coder-1 ` | ` *:80 ` | ` http://10.0.0.1:80 ` | ` https://coder.big.corp ` |
48
- | ` coder-2 ` | ` *:80 ` | ` http://10.0.0.2:80 ` | ` https://coder.big.corp ` |
49
- | ` coder-3 ` | ` *:80 ` | ` http://10.0.0.3:80 ` | ` https://coder.big.corp ` |
45
+ | Name | ` CODER_HTTP_ADDRESS ` | ` CODER_DERP_SERVER_RELAY_URL ` | ` CODER_ACCESS_URL ` |
46
+ | --------- | -------------------- | ----------------------------- | ------------------------ |
47
+ | ` coder-1 ` | ` *:80 ` | ` http://10.0.0.1:80 ` | ` https://coder.big.corp ` |
48
+ | ` coder-2 ` | ` *:80 ` | ` http://10.0.0.2:80 ` | ` https://coder.big.corp ` |
49
+ | ` coder-3 ` | ` *:80 ` | ` http://10.0.0.3:80 ` | ` https://coder.big.corp ` |
50
50
51
51
## Kubernetes
52
52
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ locally in order to log in and manage templates.
81
81
# to the workspace provisioner (so you can consume them in your Terraform
82
82
# templates for auth keys etc.).
83
83
#
84
- # Please keep in mind that you should not set `CODER_ADDRESS `,
84
+ # Please keep in mind that you should not set `CODER_HTTP_ADDRESS `,
85
85
# `CODER_TLS_ENABLE`, `CODER_TLS_CERT_FILE` or `CODER_TLS_KEY_FILE` as
86
86
# they are already set by the Helm chart and will cause conflicts.
87
87
env :
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ provision:
78
78
# Ensure Coder has permissions on /var/run/docker.socket
79
79
usermod -aG docker coder
80
80
# Ensure coder listens on all interfaces
81
- sed -i 's/CODER_ADDRESS =.*/CODER_ADDRESS =0.0.0.0:3000/' /etc/coder.d/coder.env
81
+ sed -i 's/CODER_HTTP_ADDRESS =.*/CODER_HTTP_ADDRESS =0.0.0.0:3000/' /etc/coder.d/coder.env
82
82
# Also set the access URL to host.lima.internal for fast deployments
83
83
sed -i 's#CODER_ACCESS_URL=.*#CODER_ACCESS_URL=http://host.lima.internal:3000#' /etc/coder.d/coder.env
84
84
# Ensure coder starts on boot
Original file line number Diff line number Diff line change 29
29
# to the workspace provisioner (so you can consume them in your Terraform
30
30
# templates for auth keys etc.).
31
31
#
32
- # Please keep in mind that you should not set `CODER_ADDRESS `,
32
+ # Please keep in mind that you should not set `CODER_HTTP_ADDRESS `,
33
33
# `CODER_TLS_ENABLE`, `CODER_TLS_CERT_FILE` or `CODER_TLS_KEY_FILE` as
34
34
# they are already set by the Helm chart and will cause conflicts.
35
35
env :
You can’t perform that action at this time.
0 commit comments