You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,10 +61,10 @@ View [our docs](https://coder.com/docs/setup/installation) for detailed installa
61
61
| coderd.tls.devurlsHostSecretName | string | The secret to use for DevURL TLS. |`""`|
62
62
| coderd.tls.hostSecretName | string | The secret to use for TLS. |`""`|
63
63
| coderd.trustProxyIP | bool | Whether Coder should trust X-Real-IP and/or X-Forwarded-For headers from your reverse proxy. This should only be turned on if you're using a reverse proxy that sets both of these headers. This is always enabled if the Nginx ingress is deployed. |`false`|
64
-
| envbox | object | Required for running Docker inside containers. See requirements: https://coder.com/docs/coder/v1.19/admin/workspace-management/cvms|`{"image":""}`|
64
+
| envbox | object | Required for running Docker inside containers. See requirements: https://coder.com/docs/coder/latest/admin/workspace-management/cvms|`{"image":""}`|
65
65
| envbox.image | string | Injected by Coder during release. |`""`|
66
-
| ingress | object | Configure an Ingress to route traffic to Coder services. |`{"annotations":{},"enable":false,"host":"","tls":{"enable":false}}`|
67
-
| ingress.annotations | object | Additional annotations to add to the Ingress object. The behavior is typically dependent on the Ingress Controller implementation, and useful for managing features like TLS termination. |`{}`|
66
+
| ingress | object | Configure an Ingress to route traffic to Coder services. |`{"annotations":{"nginx.ingress.kubernetes.io/proxy-body-size":"0"},"enable":false,"host":"","tls":{"enable":false}}`|
67
+
| ingress.annotations | object | Additional annotations to add to the Ingress object. The behavior is typically dependent on the Ingress Controller implementation, and useful for managing features like TLS termination. |`{"nginx.ingress.kubernetes.io/proxy-body-size":"0"}`|
68
68
| ingress.enable | bool | A boolean controlling whether to create an Ingress. |`false`|
69
69
| ingress.host | string | The hostname to proxy to the Coder installation. The cluster Ingress Controller typically uses server name indication or the HTTP Host header to route traffic. |`""`|
70
70
| ingress.tls | object | Configures TLS settings for the Ingress. |`{"enable":false}`|
0 commit comments