fix steaming, stale data, proxy bugs and more

This commit is contained in:
Zoe
2024-12-13 03:33:04 -06:00
parent e46bb05b39
commit 7689999413
13 changed files with 798 additions and 658 deletions

View File

@@ -123,12 +123,6 @@ func NewServer() *FluxServer {
Flux.proxy = &Proxy{}
Flux.appManager.Range(func(key, value interface{}) bool {
app := value.(*App)
Flux.proxy.AddDeployment(&app.Deployment)
return true
})
port := os.Getenv("FLUXD_PROXY_PORT")
if port == "" {
port = "7465"