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