From e3c81f137098845ecd570871c36b628fe74acb26 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E5=88=98=E6=B4=AA=E9=9D=92?= Date: Thu, 5 Nov 2020 15:52:33 +0800 Subject: [PATCH] =?utf8?q?chore:=20=E6=96=B0=E5=BC=80=E6=99=AE=E6=BC=94?= =?utf8?q?=E7=A4=BA=E7=8E=AF=E5=A2=83=EF=BC=8C=E9=83=A8=E7=BD=B2yaml=20?= =?utf8?q?=E6=9B=B4=E6=96=B0=EF=BC=8C=E7=94=A8=E6=88=B7=E6=9C=8D=E5=8A=A1?= =?utf8?q?=E7=89=88=E6=9C=AC=E5=8D=87=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .../2.user-data-service/4.0.user-data-service-installer.yaml | 2 +- .../2.user-data-service/4.1.user-data-service-poa.yaml | 4 ++-- .../2.user-data-service/4.2.user-data-service-goa.yaml | 4 ++-- .../2.user-data-service/4.3.user-data-service-biz.yaml | 4 ++-- .../2.user-data-service/5.user-data-service-datax-job.yaml | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) 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: -- 2.17.1