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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Minor Changes
f637315: Add per-UI sv config flags (scanUI, svUI, walletUI) to toggle the SV-facing web UIs. A static override shipped with the package (templates/runtime-overrides.yaml) pins each disabled UI to 0 replicas and aliases its hostname onto nginx — driven purely by env vars — so the stack stays healthy and the SV's API routes keep working either way.
Patch Changes
95acdda: Headless validators are now driven by the static templates/runtime-overrides.yaml via env vars: each validator's nginx route template is mounted from ${*_NGINX_ROUTES}, pointing at Splice's real routing config when the UI is on or at an empty file when it is off. writeGeneratedOverride and the generated .generated/service-overrides.yaml are gone — no YAML is generated from JS anymore.