commit | 3b930269b85dbd1e899e584563fd54a608d13114 | [log] [tgz] |
---|---|---|
author | 刘洪青 <loie.engine@gmail.com> | 周三 11月 11 17:35:02 2020 +0800 |
committer | 刘洪青 <loie.engine@gmail.com> | 周三 11月 11 17:35:02 2020 +0800 |
tree | 6cca650b8ff2d7dca51ba4cbe5be5a949ddbff59 | |
parent | a505def933cf948a0719283b3504d04190310ba4 [diff] [blame] |
fix: 修正health check 的端口错误,修改为 8888
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 @@ readinessProbe: httpGet: path: /actuator/health - port: 8080 + port: 8888 initialDelaySeconds: 20 periodSeconds: 5 timeoutSeconds: 5