chore: 新开普演示环境,部署yaml 更新,用户服务版本升级
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 @@
       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 @@
         readinessProbe:
           httpGet:
             path: /actuator/health
-            port: 8080
+            port: 8888
           initialDelaySeconds: 20
           periodSeconds: 5
           timeoutSeconds: 5