From: 刘洪青 Date: Mon, 4 Apr 2022 03:03:04 +0000 (+0800) Subject: chore: nwpu 升级1.3 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fheads%2F1.3.x;p=institute%2Fdeploy-authx-service.git chore: nwpu 升级1.3 --- diff --git a/project/nwpu/k8s-rancher/1.authx-service/2.user-data-service/4.0.user-data-service-installer.yaml b/project/nwpu/k8s-rancher/1.authx-service/2.user-data-service/4.0.user-data-service-installer.yaml index efbf7d7..77fca07 100644 --- a/project/nwpu/k8s-rancher/1.authx-service/2.user-data-service/4.0.user-data-service-installer.yaml +++ b/project/nwpu/k8s-rancher/1.authx-service/2.user-data-service/4.0.user-data-service-installer.yaml @@ -34,11 +34,11 @@ spec: - name: DB_TYPE value: mysql8 - name: JDBC_URL - value: jdbc:mysql://mysql-server:3306/user_test?serverTimezone=Asia/Shanghai + value: jdbc:mysql://mysql-server:3306/user?serverTimezone=Asia/Shanghai - name: JDBC_USERNAME - value: user_test + value: user - name: JDBC_PASSWORD - value: Supwisdom!Nwpu123 + value: Nwpu@Supwisdom123 envFrom: - configMapRef: name: jvm-env diff --git a/project/nwpu/k8s-rancher/1.authx-service/3.user-authorization-service/4.0.user-authorization-installer.yaml b/project/nwpu/k8s-rancher/1.authx-service/3.user-authorization-service/4.0.user-authorization-installer.yaml index 23833c8..10d9367 100644 --- a/project/nwpu/k8s-rancher/1.authx-service/3.user-authorization-service/4.0.user-authorization-installer.yaml +++ b/project/nwpu/k8s-rancher/1.authx-service/3.user-authorization-service/4.0.user-authorization-installer.yaml @@ -34,11 +34,11 @@ spec: - name: DB_TYPE value: mysql8 - name: JDBC_URL - value: jdbc:mysql://mysql-server:3306/user_authz_test?serverTimezone=Asia/Shanghai + value: jdbc:mysql://mysql-server:3306/user_authz?serverTimezone=Asia/Shanghai - name: JDBC_USERNAME - value: user_authz_test + value: user_authz - name: JDBC_PASSWORD - value: Supwisdom!Nwpu123 + value: Nwpu@Supwisdom123 envFrom: - configMapRef: name: jvm-env 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..5d4714e 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,17 +28,17 @@ 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.3.5-RELEASE imagePullPolicy: Always env: - name: DB_TYPE value: mysql8 - name: JDBC_URL - value: jdbc:mysql://mysql-server:3306/cas_server_test?serverTimezone=Asia/Shanghai + value: jdbc:mysql://mysql-server:3306/cas_server?serverTimezone=Asia/Shanghai - name: JDBC_USERNAME - value: cas_server_test + value: cas_server - name: JDBC_PASSWORD - value: Supwisdom!Nwpu123 + value: Nwpu@Supwisdom123 envFrom: - configMapRef: name: jvm-env diff --git a/project/nwpu/k8s-rancher/1.authx-service/5.token-server/4.0.token-server-installer.yaml b/project/nwpu/k8s-rancher/1.authx-service/5.token-server/4.0.token-server-installer.yaml index e8681a9..3ad12b2 100644 --- a/project/nwpu/k8s-rancher/1.authx-service/5.token-server/4.0.token-server-installer.yaml +++ b/project/nwpu/k8s-rancher/1.authx-service/5.token-server/4.0.token-server-installer.yaml @@ -28,7 +28,7 @@ spec: containers: - name: token-server-installer # 若使用了学校搭设的私有仓库,请修改 - image: paas.harbor.nwpu.edu.cn/token-server/token-server-installer:1.3.4-RELEASE + image: paas.harbor.nwpu.edu.cn/token-server/token-server-installer:1.3.5-RELEASE imagePullPolicy: Always envFrom: - configMapRef: