孙永军 1 年之前
父節點
當前提交
02b96a4525
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      ssp-server.yml

+ 2 - 2
ssp-server.yml

@@ -38,13 +38,13 @@ spec:
               memory: 1024Mi
           livenessProbe:
             httpGet:
-              port: 9002
+              port: 9003
               path: /epg/check
             initialDelaySeconds: 5
             periodSeconds: 3
           readinessProbe:
             httpGet:
-              port: 9002
+              port: 9003
               path: /epg/check
             initialDelaySeconds: 5
             periodSeconds: 3