From: 刘洪青 Date: Thu, 5 Nov 2020 07:52:33 +0000 (+0800) Subject: chore: 新开普演示环境,部署yaml 更新,用户服务版本升级 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=e3c81f137098845ecd570871c36b628fe74acb26;p=institute%2Fdeploy-authx-service.git chore: 新开普演示环境,部署yaml 更新,用户服务版本升级 --- diff --git a/project/newcapec-test/k8s-rancher/1.authx-service/2.user-data-service/4.0.user-data-service-installer.yaml b/project/newcapec-test/k8s-rancher/1.authx-service/2.user-data-service/4.0.user-data-service-installer.yaml index b1c035a..ab538a4 100644 --- a/project/newcapec-test/k8s-rancher/1.authx-service/2.user-data-service/4.0.user-data-service-installer.yaml +++ b/project/newcapec-test/k8s-rancher/1.authx-service/2.user-data-service/4.0.user-data-service-installer.yaml @@ -28,7 +28,7 @@ spec: containers: - name: user-data-service-installer # 若使用了学校搭设的私有仓库,请修改 - image: harbor.supwisdom.com/goa/installer:1.0 + image: harbor.supwisdom.com/goa/installer:1.1 imagePullPolicy: Always envFrom: - configMapRef: 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 @@ spec: 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 @@ spec: readinessProbe: httpGet: path: /actuator/health - port: 8080 + port: 8888 initialDelaySeconds: 20 periodSeconds: 5 timeoutSeconds: 5 diff --git a/project/newcapec-test/k8s-rancher/1.authx-service/2.user-data-service/4.2.user-data-service-goa.yaml b/project/newcapec-test/k8s-rancher/1.authx-service/2.user-data-service/4.2.user-data-service-goa.yaml index b444903..bef58a9 100644 --- a/project/newcapec-test/k8s-rancher/1.authx-service/2.user-data-service/4.2.user-data-service-goa.yaml +++ b/project/newcapec-test/k8s-rancher/1.authx-service/2.user-data-service/4.2.user-data-service-goa.yaml @@ -101,7 +101,7 @@ spec: containers: - name: user-data-service-goa # 若使用了学校搭设的私有仓库,请修改 - image: harbor.supwisdom.com/goa/goa-api:1.0 + image: harbor.supwisdom.com/goa/goa-api:1.1 imagePullPolicy: Always ports: - containerPort: 8080 @@ -127,7 +127,7 @@ spec: readinessProbe: httpGet: path: /actuator/health - port: 8080 + port: 8888 initialDelaySeconds: 20 periodSeconds: 5 timeoutSeconds: 5 diff --git a/project/newcapec-test/k8s-rancher/1.authx-service/2.user-data-service/4.3.user-data-service-biz.yaml b/project/newcapec-test/k8s-rancher/1.authx-service/2.user-data-service/4.3.user-data-service-biz.yaml index 3cdbe0a..85b7a3d 100644 --- a/project/newcapec-test/k8s-rancher/1.authx-service/2.user-data-service/4.3.user-data-service-biz.yaml +++ b/project/newcapec-test/k8s-rancher/1.authx-service/2.user-data-service/4.3.user-data-service-biz.yaml @@ -80,7 +80,7 @@ spec: containers: - name: user-data-service-biz # 若使用了学校搭设的私有仓库,请修改 - image: harbor.supwisdom.com/goa/biz-api:1.0 + image: harbor.supwisdom.com/goa/biz-api:1.1 imagePullPolicy: Always ports: - containerPort: 8080 @@ -102,7 +102,7 @@ spec: readinessProbe: httpGet: path: /actuator/health - port: 8080 + port: 8888 initialDelaySeconds: 20 periodSeconds: 5 timeoutSeconds: 5 diff --git a/project/newcapec-test/k8s-rancher/1.authx-service/2.user-data-service/5.user-data-service-datax-job.yaml b/project/newcapec-test/k8s-rancher/1.authx-service/2.user-data-service/5.user-data-service-datax-job.yaml index 61e2ee4..cfd62c3 100644 --- a/project/newcapec-test/k8s-rancher/1.authx-service/2.user-data-service/5.user-data-service-datax-job.yaml +++ b/project/newcapec-test/k8s-rancher/1.authx-service/2.user-data-service/5.user-data-service-datax-job.yaml @@ -24,7 +24,7 @@ metadata: namespace: user-data-service-test name: user-data-service-datax-job spec: - schedule: "*/10 * * * *" + schedule: "10 */3 * * *" jobTemplate: metadata: labels: @@ -41,7 +41,7 @@ spec: containers: - name: user-data-service-datax-job # 若使用了学校搭设的私有仓库,请修改 - image: harbor.supwisdom.com/goa/datax-job:1.0 + image: harbor.supwisdom.com/goa/datax-job:1.1 imagePullPolicy: Always envFrom: - configMapRef: