Kaynağa Gözat

修改mall11

bianzhenhua123 4 hafta önce
ebeveyn
işleme
be4bd4bb89
1 değiştirilmiş dosya ile 7 ekleme ve 7 silme
  1. 7 7
      poyee-mall/DEV/deployment.yaml

+ 7 - 7
poyee-mall/DEV/deployment.yaml

@@ -23,13 +23,13 @@ spec:
         image: <docker_image>
         command: ["java"]
         args: <java_args>
-        readinessProbe:
-          httpGet:
-            path: <service_health>
-            port: 80
-          initialDelaySeconds: 15
-          periodSeconds: 30
-          failureThreshold: 3
+        #readinessProbe:
+        #  httpGet:
+        #    path: <service_health>
+        #    port: 80
+        #  initialDelaySeconds: 15
+        #  periodSeconds: 30
+        #  failureThreshold: 3
         ports:
         - name: http
           containerPort: 80