zyx 2 anni fa
parent
commit
78c9eb5507
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      open.yml

+ 2 - 2
open.yml

@@ -41,13 +41,13 @@ spec:
               port: 80
               port: 80
               path: /hello
               path: /hello
             initialDelaySeconds: 3
             initialDelaySeconds: 3
-            periodSeconds: 30
+            periodSeconds: 3
           readinessProbe:
           readinessProbe:
             httpGet:
             httpGet:
               port: 80
               port: 80
               path: /hello
               path: /hello
             initialDelaySeconds: 3
             initialDelaySeconds: 3
-            periodSeconds: 5
+            periodSeconds: 3
             timeoutSeconds: 1
             timeoutSeconds: 1
       dnsPolicy: ClusterFirst
       dnsPolicy: ClusterFirst
       terminationGracePeriodSeconds: 30
       terminationGracePeriodSeconds: 30