Skip to content

Commit 24823f7

Browse files
authored
raiseed timeout
1 parent 58e28a1 commit 24823f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/dynamic-sidecar/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ RUN chmod +x services/dynamic-sidecar/docker/*.sh
187187
HEALTHCHECK \
188188
--interval=10s \
189189
--timeout=5s \
190-
--start-period=60s \
190+
--start-period=180s \
191191
--start-interval=1s \
192192
--retries=5 \
193193
CMD ["python3", "services/dynamic-sidecar/docker/healthcheck.py", "http://localhost:8000/health"]

0 commit comments

Comments
 (0)