소스 검색

GlusterFS: Tweak pod probe parameters

Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
Jose A. Rivera 8 년 전
부모
커밋
f4093a395d
1개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 6 6
      roles/openshift_storage_glusterfs/files/v3.6/glusterfs-template.yml

+ 6 - 6
roles/openshift_storage_glusterfs/files/v3.6/glusterfs-template.yml

@@ -62,26 +62,26 @@ objects:
             privileged: true
           readinessProbe:
             timeoutSeconds: 3
-            initialDelaySeconds: 100
+            initialDelaySeconds: 40
             exec:
               command:
               - "/bin/bash"
               - "-c"
               - systemctl status glusterd.service
-            periodSeconds: 10
+            periodSeconds: 25
             successThreshold: 1
-            failureThreshold: 3
+            failureThreshold: 15
           livenessProbe:
             timeoutSeconds: 3
-            initialDelaySeconds: 100
+            initialDelaySeconds: 40
             exec:
               command:
               - "/bin/bash"
               - "-c"
               - systemctl status glusterd.service
-            periodSeconds: 10
+            periodSeconds: 25
             successThreshold: 1
-            failureThreshold: 3
+            failureThreshold: 15
           resources: {}
           terminationMessagePath: "/dev/termination-log"
         volumes: