From 3b930269b85dbd1e899e584563fd54a608d13114 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E5=88=98=E6=B4=AA=E9=9D=92?= Date: Wed, 11 Nov 2020 17:35:02 +0800 Subject: [PATCH] =?utf8?q?fix:=20=E4=BF=AE=E6=AD=A3health=20check=20?= =?utf8?q?=E7=9A=84=E7=AB=AF=E5=8F=A3=E9=94=99=E8=AF=AF=EF=BC=8C=E4=BF=AE?= =?utf8?q?=E6=94=B9=E4=B8=BA=208888?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .../2.user-data-service/4.1.user-data-service-poa.yaml | 2 +- .../2.user-data-service/4.2.user-data-service-goa.yaml | 2 +- .../2.user-data-service/4.3.user-data-service-biz.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy-manifests/k8s-rancher/1.authx-service/2.user-data-service/4.1.user-data-service-poa.yaml b/deploy-manifests/k8s-rancher/1.authx-service/2.user-data-service/4.1.user-data-service-poa.yaml index e2a42b0..ae0aad1 100644 --- a/deploy-manifests/k8s-rancher/1.authx-service/2.user-data-service/4.1.user-data-service-poa.yaml +++ b/deploy-manifests/k8s-rancher/1.authx-service/2.user-data-service/4.1.user-data-service-poa.yaml @@ -107,7 +107,7 @@ spec: readinessProbe: httpGet: path: /actuator/health - port: 8080 + port: 8888 initialDelaySeconds: 20 periodSeconds: 5 timeoutSeconds: 5 diff --git a/deploy-manifests/k8s-rancher/1.authx-service/2.user-data-service/4.2.user-data-service-goa.yaml b/deploy-manifests/k8s-rancher/1.authx-service/2.user-data-service/4.2.user-data-service-goa.yaml index c44167e..66dcf8f 100644 --- a/deploy-manifests/k8s-rancher/1.authx-service/2.user-data-service/4.2.user-data-service-goa.yaml +++ b/deploy-manifests/k8s-rancher/1.authx-service/2.user-data-service/4.2.user-data-service-goa.yaml @@ -127,7 +127,7 @@ spec: readinessProbe: httpGet: path: /actuator/health - port: 8080 + port: 8888 initialDelaySeconds: 20 periodSeconds: 5 timeoutSeconds: 5 diff --git a/deploy-manifests/k8s-rancher/1.authx-service/2.user-data-service/4.3.user-data-service-biz.yaml b/deploy-manifests/k8s-rancher/1.authx-service/2.user-data-service/4.3.user-data-service-biz.yaml index db13a2f..518911b 100644 --- a/deploy-manifests/k8s-rancher/1.authx-service/2.user-data-service/4.3.user-data-service-biz.yaml +++ b/deploy-manifests/k8s-rancher/1.authx-service/2.user-data-service/4.3.user-data-service-biz.yaml @@ -107,7 +107,7 @@ spec: readinessProbe: httpGet: path: /actuator/health - port: 8080 + port: 8888 initialDelaySeconds: 20 periodSeconds: 5 timeoutSeconds: 5 -- 2.17.1