chore: 新开普演示环境,部署yaml 更新,用户服务版本升级
diff --git a/project/newcapec-test/k8s-rancher/1.authx-service/2.user-data-service/4.3.user-data-service-biz.yaml b/project/newcapec-test/k8s-rancher/1.authx-service/2.user-data-service/4.3.user-data-service-biz.yaml
index 3cdbe0a..85b7a3d 100644
--- a/project/newcapec-test/k8s-rancher/1.authx-service/2.user-data-service/4.3.user-data-service-biz.yaml
+++ b/project/newcapec-test/k8s-rancher/1.authx-service/2.user-data-service/4.3.user-data-service-biz.yaml
@@ -80,7 +80,7 @@
       containers:
       - name: user-data-service-biz
         # 若使用了学校搭设的私有仓库,请修改
-        image: harbor.supwisdom.com/goa/biz-api:1.0
+        image: harbor.supwisdom.com/goa/biz-api:1.1
         imagePullPolicy: Always
         ports:
         - containerPort: 8080
@@ -102,7 +102,7 @@
         readinessProbe:
           httpGet:
             path: /actuator/health
-            port: 8080
+            port: 8888
           initialDelaySeconds: 20
           periodSeconds: 5
           timeoutSeconds: 5