commit | e3c81f137098845ecd570871c36b628fe74acb26 | [log] [tgz] |
---|---|---|
author | 刘洪青 <loie.engine@gmail.com> | 周四 11月 05 15:52:33 2020 +0800 |
committer | 刘洪青 <loie.engine@gmail.com> | 周四 11月 05 15:52:33 2020 +0800 |
tree | b213f8635321bc280a8f84a239b5c9c253733fad | |
parent | c9ac631878c94b35ab4f142c4cf55e024774a7d2 [diff] [blame] |
chore: 新开普演示环境,部署yaml 更新,用户服务版本升级
diff --git a/project/newcapec-test/k8s-rancher/1.authx-service/2.user-data-service/4.1.user-data-service-poa.yaml b/project/newcapec-test/k8s-rancher/1.authx-service/2.user-data-service/4.1.user-data-service-poa.yaml index 7a2ec54..df4b047 100644 --- a/project/newcapec-test/k8s-rancher/1.authx-service/2.user-data-service/4.1.user-data-service-poa.yaml +++ b/project/newcapec-test/k8s-rancher/1.authx-service/2.user-data-service/4.1.user-data-service-poa.yaml
@@ -85,7 +85,7 @@ containers: - name: user-data-service-poa # 若使用了学校搭设的私有仓库,请修改 - image: harbor.supwisdom.com/goa/poa-api:1.0 + image: harbor.supwisdom.com/goa/poa-api:1.1 imagePullPolicy: Always ports: - containerPort: 8080 @@ -107,7 +107,7 @@ readinessProbe: httpGet: path: /actuator/health - port: 8080 + port: 8888 initialDelaySeconds: 20 periodSeconds: 5 timeoutSeconds: 5