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