diff options
| author | Jose A. Rivera <jarrpa@redhat.com> | 2017-05-12 11:03:42 -0500 | 
|---|---|---|
| committer | Jose A. Rivera <jarrpa@redhat.com> | 2017-06-13 13:10:23 -0500 | 
| commit | f4093a395dc391a80a402d0b0384c94934d0812c (patch) | |
| tree | 6347991c10b081293db057423a77c921cb13b652 /roles | |
| parent | 378a80feea73cd1964e2e49a43380cc733e281a0 (diff) | |
| download | openshift-f4093a395dc391a80a402d0b0384c94934d0812c.tar.gz openshift-f4093a395dc391a80a402d0b0384c94934d0812c.tar.bz2 openshift-f4093a395dc391a80a402d0b0384c94934d0812c.tar.xz openshift-f4093a395dc391a80a402d0b0384c94934d0812c.zip | |
GlusterFS: Tweak pod probe parameters
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
Diffstat (limited to 'roles')
| -rw-r--r-- | roles/openshift_storage_glusterfs/files/v3.6/glusterfs-template.yml | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/roles/openshift_storage_glusterfs/files/v3.6/glusterfs-template.yml b/roles/openshift_storage_glusterfs/files/v3.6/glusterfs-template.yml index ab4ca3d37..66f2f1c55 100644 --- a/roles/openshift_storage_glusterfs/files/v3.6/glusterfs-template.yml +++ b/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: | 
