Skip to content

Commit c3f1356

Browse files
Copilottma
andcommitted
chore: slow docker healthcheck cadence
Co-authored-by: tma <4719+tma@users.noreply.github.com>
1 parent 4147d8f commit c3f1356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ FROM scratch
3131

3232
COPY --from=builder /app/mbproxy /mbproxy
3333

34-
HEALTHCHECK --interval=5s --timeout=3s --start-period=10s --retries=3 \
34+
HEALTHCHECK --interval=30s --timeout=3s --start-period=10s --retries=3 \
3535
CMD ["/mbproxy", "-health"]
3636

3737
ENTRYPOINT ["/mbproxy"]

0 commit comments

Comments
 (0)