gitdataai/deploy
ZhenYi 431f40063f
Some checks are pending
CI / Rust Lint & Check (push) Waiting to run
CI / Rust Tests (push) Waiting to run
CI / Frontend Lint & Type Check (push) Waiting to run
CI / Frontend Build (push) Blocked by required conditions
fix(ws): allow APP_DOMAIN_URL and APP_STATIC_DOMAIN origins
validate_origin() only allowed localhost origins by default, causing
production WebSocket connections to be rejected. Now it reads
APP_DOMAIN_URL and APP_STATIC_DOMAIN from env and automatically
adds their http/https/ws/wss variants to the allowed origins list.

Also add APP_DOMAIN_URL to the production configmap.
2026-04-16 18:51:52 +08:00
..
crd deploy(k8s): add CRD definitions for operator 2026-04-16 17:24:25 +08:00
templates feat(k8s): enforce minimum 2 replicas for all services except email-worker 2026-04-15 23:08:25 +08:00
Chart.yaml init 2026-04-15 09:08:09 +08:00
configmap.yaml fix(ws): allow APP_DOMAIN_URL and APP_STATIC_DOMAIN origins 2026-04-16 18:51:52 +08:00
secrets.yaml.example init 2026-04-15 09:08:09 +08:00
values.user.yaml.example init 2026-04-15 09:08:09 +08:00
values.yaml feat(k8s): enforce minimum 2 replicas for all services except email-worker 2026-04-15 23:08:25 +08:00