We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58e28a1 commit 24823f7Copy full SHA for 24823f7
services/dynamic-sidecar/Dockerfile
@@ -187,7 +187,7 @@ RUN chmod +x services/dynamic-sidecar/docker/*.sh
187
HEALTHCHECK \
188
--interval=10s \
189
--timeout=5s \
190
- --start-period=60s \
+ --start-period=180s \
191
--start-interval=1s \
192
--retries=5 \
193
CMD ["python3", "services/dynamic-sidecar/docker/healthcheck.py", "http://localhost:8000/health"]
0 commit comments