Skip to content
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.

Commit

Permalink
Merge pull request #30 from 007/patch-1
Browse files Browse the repository at this point in the history
change probe period from 10s to 60s
  • Loading branch information
michaelklishin committed Jun 20, 2018
2 parents dc2db55 + a7a895c commit 090c814
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions examples/k8s_statefulsets/rabbitmq_statefulsets.yaml
Expand Up @@ -81,12 +81,14 @@ spec:
exec:
command: ["rabbitmqctl", "status"]
initialDelaySeconds: 60
timeoutSeconds: 60
periodSeconds: 60
timeoutSeconds: 10
readinessProbe:
exec:
command: ["rabbitmqctl", "status"]
initialDelaySeconds: 20
timeoutSeconds: 60
periodSeconds: 60
timeoutSeconds: 10
imagePullPolicy: Always
env:
- name: MY_POD_IP
Expand Down

0 comments on commit 090c814

Please sign in to comment.