diff --git a/docs/admin/high-availability.md b/docs/admin/high-availability.md index 5423c9597b..8393b1ac18 100644 --- a/docs/admin/high-availability.md +++ b/docs/admin/high-availability.md @@ -42,11 +42,11 @@ Coder nodes. Here's an example 3-node network configuration setup: -| Name | `CODER_ADDRESS` | `CODER_DERP_SERVER_RELAY_URL` | `CODER_ACCESS_URL` | -| --------- | --------------- | ----------------------------- | ------------------------ | -| `coder-1` | `*:80` | `http://10.0.0.1:80` | `https://coder.big.corp` | -| `coder-2` | `*:80` | `http://10.0.0.2:80` | `https://coder.big.corp` | -| `coder-3` | `*:80` | `http://10.0.0.3:80` | `https://coder.big.corp` | +| Name | `CODER_HTTP_ADDRESS` | `CODER_DERP_SERVER_RELAY_URL` | `CODER_ACCESS_URL` | +| --------- | -------------------- | ----------------------------- | ------------------------ | +| `coder-1` | `*:80` | `http://10.0.0.1:80` | `https://coder.big.corp` | +| `coder-2` | `*:80` | `http://10.0.0.2:80` | `https://coder.big.corp` | +| `coder-3` | `*:80` | `http://10.0.0.3:80` | `https://coder.big.corp` | ## Kubernetes diff --git a/docs/install/kubernetes.md b/docs/install/kubernetes.md index 6e07f68fd5..9782a49742 100644 --- a/docs/install/kubernetes.md +++ b/docs/install/kubernetes.md @@ -81,7 +81,7 @@ locally in order to log in and manage templates. # to the workspace provisioner (so you can consume them in your Terraform # templates for auth keys etc.). # - # Please keep in mind that you should not set `CODER_ADDRESS`, + # Please keep in mind that you should not set `CODER_HTTP_ADDRESS`, # `CODER_TLS_ENABLE`, `CODER_TLS_CERT_FILE` or `CODER_TLS_KEY_FILE` as # they are already set by the Helm chart and will cause conflicts. env: diff --git a/examples/lima/coder.yaml b/examples/lima/coder.yaml index 49e0a68b5a..bb0f1528b8 100644 --- a/examples/lima/coder.yaml +++ b/examples/lima/coder.yaml @@ -78,7 +78,7 @@ provision: # Ensure Coder has permissions on /var/run/docker.socket usermod -aG docker coder # Ensure coder listens on all interfaces - sed -i 's/CODER_ADDRESS=.*/CODER_ADDRESS=0.0.0.0:3000/' /etc/coder.d/coder.env + sed -i 's/CODER_HTTP_ADDRESS=.*/CODER_HTTP_ADDRESS=0.0.0.0:3000/' /etc/coder.d/coder.env # Also set the access URL to host.lima.internal for fast deployments sed -i 's#CODER_ACCESS_URL=.*#CODER_ACCESS_URL=http://host.lima.internal:3000#' /etc/coder.d/coder.env # Ensure coder starts on boot diff --git a/helm/coder/README.md b/helm/coder/README.md index 5fa85ec5c2..1a1933dc76 100644 --- a/helm/coder/README.md +++ b/helm/coder/README.md @@ -29,7 +29,7 @@ coder: # to the workspace provisioner (so you can consume them in your Terraform # templates for auth keys etc.). # - # Please keep in mind that you should not set `CODER_ADDRESS`, + # Please keep in mind that you should not set `CODER_HTTP_ADDRESS`, # `CODER_TLS_ENABLE`, `CODER_TLS_CERT_FILE` or `CODER_TLS_KEY_FILE` as # they are already set by the Helm chart and will cause conflicts. env: