Skip to content

Commit

Permalink
Updated UPDATE_INTERVAL set to 30 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
garutilorenzo committed Sep 30, 2021
1 parent d444bdd commit 1d8d342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx-ingress/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN python3 -m ensurepip
RUN pip3 install --no-cache --upgrade pip setuptools
RUN pip3 install docker-py jinja2
ENV DOCKER_HOST "unix:///var/run/docker.sock"
ENV UPDATE_INTERVAL "1"
ENV UPDATE_INTERVAL "30"
ENV DEBUG "false"
ENV USE_REQUEST_ID "true"
ENV LOG_FORMAT "default"
Expand Down

0 comments on commit 1d8d342

Please sign in to comment.