diff --git a/apps/.olares/config/user/helm-charts/monitoring/templates/system-frontend.yaml b/apps/.olares/config/user/helm-charts/monitoring/templates/system-frontend.yaml index 15c79c0a2..399d8bbad 100644 --- a/apps/.olares/config/user/helm-charts/monitoring/templates/system-frontend.yaml +++ b/apps/.olares/config/user/helm-charts/monitoring/templates/system-frontend.yaml @@ -3314,7 +3314,7 @@ data: proxy_send_timeout 60s; } location /ws { - proxy_pass http://rss-svc.os-system:40010; + proxy_pass http://127.0.0.1:40010; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade";