孙永军 1 жил өмнө
parent
commit
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