mirror of
https://github.com/coder/coder.git
synced 2026-06-04 05:28:20 +00:00
15 lines
288 B
YAML
15 lines
288 B
YAML
coder:
|
|
workspaceProxy: true
|
|
|
|
image:
|
|
tag: latest
|
|
|
|
env:
|
|
- name: CODER_PRIMARY_ACCESS_URL
|
|
value: "https://dev.coder.com"
|
|
- name: CODER_PROXY_SESSION_TOKEN
|
|
valueFrom:
|
|
secretKeyRef:
|
|
name: coder-workspace-proxy-session-token
|
|
key: token
|