From f290dcd47b2d4778426d67b95626c2f0914aac50 Mon Sep 17 00:00:00 2001 From: justoy Date: Tue, 19 Sep 2023 15:33:03 +0800 Subject: [PATCH] Update cnch-config.yaml add external catalog mgr config --- chart/byconity/files/cnch-config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/chart/byconity/files/cnch-config.yaml b/chart/byconity/files/cnch-config.yaml index 29d9d6f..9771841 100644 --- a/chart/byconity/files/cnch-config.yaml +++ b/chart/byconity/files/cnch-config.yaml @@ -26,6 +26,10 @@ catalog_service: type: fdb fdb: cluster_file: /etc/byconity/fdb/cluster-file +external_catalog_mgr: + type: fdb + fdb: + cluster_file: /etc/byconity/fdb/cluster-file tcp_port: 9000 http_port: 8123 rpc_port: 8124