We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcad9de commit 0b0abb9Copy full SHA for 0b0abb9
helm/values.yaml
@@ -167,6 +167,8 @@ coder:
167
value: includeSubDomains,preload # two optional fields can be set in the Strict-Transport-Security header
168
- name: CODER_REDIRECT_TO_ACCESS_URL
169
value: "false" # specifies whether to redirect requests that do not match the access URL host.
170
+ - name: CODER_SSH_CONFIG_OPTIONS
171
+ value: ServerAliveInterval=100 # ssh keep-alive, appended to SSH configs on client machines
172
173
# logging/metrics configuration
174
- name: CODER_VERBOSE
0 commit comments