fix: update FreeCAD MCP server port from 22082 to 22032 for consistency across documentation and configuration
This commit is contained in:
@@ -87,31 +87,31 @@ haproxy_backends:
|
||||
|
||||
- subdomain: "pgadmin"
|
||||
backend_host: "prospero.incus"
|
||||
backend_port: 443
|
||||
backend_port: 5050
|
||||
health_path: "/misc/ping"
|
||||
ssl_backend: true
|
||||
|
||||
- subdomain: "grafana"
|
||||
backend_host: "prospero.incus"
|
||||
backend_port: 443
|
||||
backend_port: 3000
|
||||
health_path: "/api/health"
|
||||
ssl_backend: true
|
||||
|
||||
- subdomain: "prometheus"
|
||||
backend_host: "prospero.incus"
|
||||
backend_port: 443
|
||||
backend_port: 9090
|
||||
health_path: "/ping"
|
||||
ssl_backend: true
|
||||
|
||||
- subdomain: "loki"
|
||||
backend_host: "prospero.incus"
|
||||
backend_port: 443
|
||||
backend_port: 3100
|
||||
health_path: "/ready"
|
||||
ssl_backend: true
|
||||
|
||||
- subdomain: "alertmanager"
|
||||
backend_host: "prospero.incus"
|
||||
backend_port: 443
|
||||
backend_port: 9093
|
||||
health_path: "/-/healthy"
|
||||
ssl_backend: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user