Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions charts/retool/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1094,8 +1094,13 @@ agentSandbox:
# controllerUrl and proxyUrl default to internal service URLs when empty.
controllerUrl: ''
proxyUrl: ''
# Required: public URL for frontend browsers to reach the proxy via WebSocket.
# e.g. https://sandbox.yourdomain.com
# Public URL for frontend browsers to reach the proxy via WebSocket.
# Leave EMPTY for self-hosted: the backend then serves the sandbox same-origin
# as the editor (your Retool base URL) and the front server reverse-proxies the
# /sandbox/* WS+Vite paths to the in-cluster proxy Service — so no dedicated
# proxy domain or ingress is required, and your catch-all ingress is untouched.
# Only set this (e.g. https://sandbox.yourdomain.com) if you deliberately want
# the proxy on a separate domain, in which case also enable proxy.ingress above.
frontendWsProxyDomain: ''
# Public URL for proxy domain. Defaults to frontendWsProxyDomain if empty.
proxyDomain: ''
Expand Down
Loading