From ea8e6255cdf187e0ff65017613eccdce314f9b74 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E5=88=98=E6=B4=AA=E9=9D=92?= Date: Sun, 3 Apr 2022 09:16:24 +0800 Subject: [PATCH] =?utf8?q?fix:=20=E5=8D=87=E7=BA=A7nwpu?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- project/nwpu/k8s-rancher/1.authx-service/10.0.init.sql | 6 +++--- .../4.cas-server/4.0.cas-server-installer.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/project/nwpu/k8s-rancher/1.authx-service/10.0.init.sql b/project/nwpu/k8s-rancher/1.authx-service/10.0.init.sql index 74983be..0cdc286 100644 --- a/project/nwpu/k8s-rancher/1.authx-service/10.0.init.sql +++ b/project/nwpu/k8s-rancher/1.authx-service/10.0.init.sql @@ -94,10 +94,10 @@ update TB_MGT_ROUTE set URL='http://user-data-service-goa-svc.user-data-service. 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'; +update TB_MGT_ROUTE set URL='http://authx-service-bff-svc.authx-service.svc.cluster.local:8080' where ID='21'; +update TB_MGT_ROUTE set URL='http://authx-service-bff-svc.authx-service.svc.cluster.local:8080' where ID='22'; -update TB_MGT_ROUTE set URL='http://authx-log-sa.authx-log.svc.cluster.local:8080' where ID='25'; +update TB_MGT_ROUTE set URL='http://authx-log-sa-svc.authx-log.svc.cluster.local:8080' where ID='25'; commit; diff --git a/project/nwpu/k8s-rancher/1.authx-service/4.cas-server/4.0.cas-server-installer.yaml b/project/nwpu/k8s-rancher/1.authx-service/4.cas-server/4.0.cas-server-installer.yaml index 37321f9..fb706e3 100644 --- a/project/nwpu/k8s-rancher/1.authx-service/4.cas-server/4.0.cas-server-installer.yaml +++ b/project/nwpu/k8s-rancher/1.authx-service/4.cas-server/4.0.cas-server-installer.yaml @@ -28,7 +28,7 @@ spec: containers: - name: cas-server-installer # 若使用了学校搭设的私有仓库,请修改 - image: paas.harbor.nwpu.edu.cn/cas-server/cas-server-installer:1.3.4-RELEASE + image: paas.harbor.nwpu.edu.cn/cas-server/cas-server-installer:1.4.3-RELEASE imagePullPolicy: Always env: - name: DB_TYPE -- 2.17.1