rabbitmq: reasonable timing for readinessProbe

Give things time to start and probe only as needed.  This avoids
premature health warnings such as:

  Normal   Created                14s   kubelet, node-0    Created container
  Normal   Started                14s   kubelet, node-0    Started container
  Warning  Unhealthy              10s   kubelet, node-0    Readiness probe failed:

Change-Id: I224aed14a03a3690f1ba2a07a2d9fad54b7dd550
This commit is contained in:
Chris Wedgwood 2017-10-30 20:10:57 +00:00
parent a8d3dc5428
commit 8e82d07fc6

View File

@ -49,6 +49,8 @@ spec:
fieldRef:
fieldPath: status.podIP
readinessProbe:
initialDelaySeconds: 30
periodSeconds: 30
timeoutSeconds: {{ .Values.probes_timeout }}
exec:
command: