From 023e9486966dc169d1ae27788436182660dd1f92 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E5=88=98=E6=B4=AA=E9=9D=92?= Date: Mon, 4 Apr 2022 11:03:04 +0800 Subject: [PATCH] =?utf8?q?chore:=20nwpu=20=E5=8D=87=E7=BA=A71.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .../4.0.user-data-service-installer.yaml | 6 +++--- .../4.0.user-authorization-installer.yaml | 6 +++--- .../4.cas-server/4.0.cas-server-installer.yaml | 8 ++++---- .../5.token-server/4.0.token-server-installer.yaml | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) 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: -- 2.17.1