diff --git a/entrypoint.sh b/entrypoint.sh index 5f6cd4c..5a9c459 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -62,6 +62,7 @@ if [ ${THANOS_MODE} == "query" ]; then /bin/thanos query \ --store.unhealthy-timeout=1m \ --http-address="0.0.0.0:9090" \ + --query.lookback-delta=1d \ ${STORE_ARGS} elif [ ${THANOS_MODE} == "store" ]; then /bin/thanos store \