fix: 修正初始化 sql脚本
author刘洪青 <hongqing.liu@supwisdom.com>
Mon, 12 Jul 2021 09:11:08 +0000 (17:11 +0800)
committer刘洪青 <hongqing.liu@supwisdom.com>
Mon, 12 Jul 2021 09:11:08 +0000 (17:11 +0800)
deploy-manifests/k8s-rancher/1.authx-service/10.0.init.sql

index f639f55..0ab59fa 100644 (file)
@@ -87,9 +87,9 @@ values ('22', 0, 'authx-service-open-api', '认证授权 - 聚合接口(公开
 
 commit;
 
-update TB_MGT_ROUTE set URL='http://authx-service-user-data-service-goa.authx-service.svc.cluster.local:8080' where ID='20';
+update TB_MGT_ROUTE set URL='http://user-data-service-goa-svc.user-data-service.svc.cluster.local:8080' where ID='20';
 
-update TB_MGT_ROUTE set URL='http://authx-service-personal-security-center-bff.authx-service.svc.cluster.local:8080/api/v1' where ID='40';
+update TB_MGT_ROUTE set URL='http://personal-security-center-bff-svc.personal-security-center.svc.cluster.local:8080/api/v1' where ID='40';
 
 update TB_MGT_ROUTE set URL='http://authx-service-bff.authx-service.svc.cluster.local:8080' where ID='21';
 update TB_MGT_ROUTE set URL='http://authx-service-bff.authx-service.svc.cluster.local:8080' where ID='22';