cloud-gov / kubernetes-broker

Broker for kubernetes based services
Apache License 2.0
5 stars 6 forks source link

wrap wget healthchecks in busybox's timeout. #50

Closed cnelson closed 7 years ago

cnelson commented 7 years ago

For some reason using busybox's wget did not want to timeout when passing -T 5 but wrapping the command in timeout worked...