Code Review
/
institute
/
deploy-authx-service.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
a505def
)
fix: 修正health check 的端口错误,修改为 8888
author
刘洪青
<loie.engine@gmail.com>
Wed, 11 Nov 2020 09:35:02 +0000
(17:35 +0800)
committer
刘洪青
<loie.engine@gmail.com>
Wed, 11 Nov 2020 09:35:02 +0000
(17:35 +0800)
deploy-manifests/k8s-rancher/1.authx-service/2.user-data-service/4.1.user-data-service-poa.yaml
patch
|
blob
|
history
deploy-manifests/k8s-rancher/1.authx-service/2.user-data-service/4.2.user-data-service-goa.yaml
patch
|
blob
|
history
deploy-manifests/k8s-rancher/1.authx-service/2.user-data-service/4.3.user-data-service-biz.yaml
patch
|
blob
|
history
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
(file)
--- 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: 8
080
+ port: 8
888
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
(file)
--- 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: 8
080
+ port: 8
888
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
(file)
--- 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: 8
080
+ port: 8
888
initialDelaySeconds: 20
periodSeconds: 5
timeoutSeconds: 5