feat(platform-services): Add ClickHouse platform service support (provider, types, provisioning, UI and port mappings)

This commit is contained in:
2025-11-26 18:54:20 +00:00
parent 38b5462b09
commit 0d932239d2
10 changed files with 402 additions and 5 deletions

View File

@@ -1323,6 +1323,7 @@ export class OneboxHttpServer {
postgresql: 5432,
rabbitmq: 5672,
caddy: 80,
clickhouse: 8123,
};
return ports[type] || 0;
}