fix rediness probe

This commit is contained in:
Jay Sharma
2023-09-19 09:00:40 +05:30
parent 9789e450a9
commit 599ceff274
3 changed files with 3 additions and 3 deletions

View File

@@ -68,7 +68,7 @@ spec:
- /bin/sh
- -c
- "wget -qO- 127.0.0.1/status |grep start && echo redinessprobe-success || exit 9"
initialDelaySeconds: 180
initialDelaySeconds: 120
periodSeconds: 5
successThreshold: 1
failureThreshold: 5

View File

@@ -68,7 +68,7 @@ spec:
- /bin/sh
- -c
- "wget -qO- 127.0.0.1/status |grep start && echo redinessprobe-success || exit 9"
initialDelaySeconds: 180
initialDelaySeconds: 120
periodSeconds: 5
successThreshold: 1
failureThreshold: 5

View File

@@ -68,7 +68,7 @@ spec:
- /bin/sh
- -c
- "wget -qO- 127.0.0.1/status |grep start && echo redinessprobe-success || exit 9"
initialDelaySeconds: 180
initialDelaySeconds: 120
periodSeconds: 5
successThreshold: 1
failureThreshold: 5