Increase liveness timeout to 4 secs

Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
This commit is contained in:
JenTing Hsiao 2021-07-07 12:45:01 +08:00 committed by David Ko
parent c91d0b8208
commit a6471d6415

View File

@ -35,6 +35,7 @@ spec:
command: ["bash", "-c", "grep \"No export entries found\" /var/log/ganesha.log > /dev/null 2>&1 ; [ $? -ne 0 ]"]
initialDelaySeconds: 5
periodSeconds: 5
timeoutSeconds: 4
---
kind: Service
apiVersion: v1