commit | 2366ef67645c9ac13ad784d3b990e950a83754ae | [log] [tgz] |
---|---|---|
author | 刘洪青 <loie.engine@gmail.com> | 周一 11月 16 15:58:53 2020 +0800 |
committer | 刘洪青 <loie.engine@gmail.com> | 周一 11月 16 15:58:53 2020 +0800 |
tree | 02a165c9979241d7182b6ca24c9bc6ae3e5b827f | |
parent | 3b930269b85dbd1e899e584563fd54a608d13114 [diff] |
chore: 新开普演示环境,yaml调整
diff --git a/project/newcapec-test/k8s-rancher/1.authx-service/3.user-authorization-service/4.0.user-authorization-installer.yaml b/project/newcapec-test/k8s-rancher/1.authx-service/3.user-authorization-service/4.0.user-authorization-installer.yaml index c88d74b..e9238d3 100644 --- a/project/newcapec-test/k8s-rancher/1.authx-service/3.user-authorization-service/4.0.user-authorization-installer.yaml +++ b/project/newcapec-test/k8s-rancher/1.authx-service/3.user-authorization-service/4.0.user-authorization-installer.yaml
@@ -28,7 +28,7 @@ containers: - name: user-authorization-installer # 若使用了学校搭设的私有仓库,请修改 - image: harbor.supwisdom.com/user-authorization-service/user-authorization-installer:1.0.1-SNAPSHOT + image: harbor.supwisdom.com/user-authorization-service/user-authorization-installer:1.1 imagePullPolicy: Always envFrom: - configMapRef:
diff --git a/project/newcapec-test/k8s-rancher/1.authx-service/3.user-authorization-service/4.1.user-authorization-poa.yaml b/project/newcapec-test/k8s-rancher/1.authx-service/3.user-authorization-service/4.1.user-authorization-poa.yaml index 5d55242..4ea331f 100644 --- a/project/newcapec-test/k8s-rancher/1.authx-service/3.user-authorization-service/4.1.user-authorization-poa.yaml +++ b/project/newcapec-test/k8s-rancher/1.authx-service/3.user-authorization-service/4.1.user-authorization-poa.yaml
@@ -77,7 +77,7 @@ containers: - name: user-authorization-poa # 若使用了学校搭设的私有仓库,请修改 - image: harbor.supwisdom.com/user-authorization-service/user-authorization-poa:1.0.1-SNAPSHOT + image: harbor.supwisdom.com/user-authorization-service/user-authorization-poa:1.1 imagePullPolicy: Always ports: - containerPort: 8080
diff --git a/project/newcapec-test/k8s-rancher/1.authx-service/3.user-authorization-service/4.2.user-authorization-sa.yaml b/project/newcapec-test/k8s-rancher/1.authx-service/3.user-authorization-service/4.2.user-authorization-sa.yaml index 54cd1fd..5cc9018 100644 --- a/project/newcapec-test/k8s-rancher/1.authx-service/3.user-authorization-service/4.2.user-authorization-sa.yaml +++ b/project/newcapec-test/k8s-rancher/1.authx-service/3.user-authorization-service/4.2.user-authorization-sa.yaml
@@ -73,7 +73,7 @@ containers: - name: user-authorization-sa # 若使用了学校搭设的私有仓库,请修改 - image: harbor.supwisdom.com/user-authorization-service/user-authorization-sa:1.0.1-SNAPSHOT + image: harbor.supwisdom.com/user-authorization-service/user-authorization-sa:1.1 imagePullPolicy: Always ports: - containerPort: 8080