Skip to content

Commit

Permalink
bumped time
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Neagu committed Dec 2, 2024
1 parent 8a7afff commit 6bdfd6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/dynamic-sidecar/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ RUN chmod +x services/dynamic-sidecar/docker/*.sh
HEALTHCHECK \
--interval=10s \
--timeout=5s \
--start-period=30s \
--start-period=60s \
--start-interval=1s \
--retries=5 \
CMD ["python3", "services/dynamic-sidecar/docker/healthcheck.py", "http://localhost:8000/health"]
Expand Down

0 comments on commit 6bdfd6a

Please sign in to comment.