Skip to content

Commit

Permalink
Merge pull request #265 from splunk/fix/healthcheck
Browse files Browse the repository at this point in the history
Update HEALTHCHECK to 30s interval; remove python source
  • Loading branch information
Ryan Faircloth authored and GitHub committed Jan 13, 2020
2 parents 171fa64 + 0db109e commit 5816b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ EXPOSE 6514/tcp

ENTRYPOINT ["/entrypoint.sh", "-F"]

HEALTHCHECK --interval=1s --timeout=6s CMD source scl_source enable rh-python36 ;goss -g /etc/goss.yaml validate
HEALTHCHECK --start-period=15s --interval=30s --timeout=6s CMD goss -g /etc/goss.yaml validate

0 comments on commit 5816b34

Please sign in to comment.