From 7911fe6a26ed5533ba1700e839cd95eb51ff187e Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Mon, 26 Oct 2020 22:41:00 +0000 Subject: [PATCH] Slow shutdown fix (#41) --- build/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/entrypoint.sh b/build/entrypoint.sh index 416c289..ab7856a 100755 --- a/build/entrypoint.sh +++ b/build/entrypoint.sh @@ -19,4 +19,4 @@ echo "Setting up local database" /app/predictive-horizontal-pod-autoscaler -mode=setup echo "Starting autoscaler" -/cpa/custom-pod-autoscaler \ No newline at end of file +exec /cpa/custom-pod-autoscaler