Skip to content

Commit

Permalink
chore: healthcheck interval
Browse files Browse the repository at this point in the history
  • Loading branch information
ambroisemaupate committed Jun 2, 2022
1 parent 3676d2b commit ad62d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ services:
- "traefik.http.services.${APP_NAMESPACE}.loadbalancer.server.port=80"
- "traefik.http.services.${APP_NAMESPACE}.loadbalancer.passhostheader=true"
- "traefik.http.services.${APP_NAMESPACE}.loadbalancer.healthcheck.path=/health-check"
- "traefik.http.services.${APP_NAMESPACE}.loadbalancer.healthcheck.interval=5s"
- "traefik.http.services.${APP_NAMESPACE}.loadbalancer.healthcheck.interval=10s"
- "traefik.http.services.${APP_NAMESPACE}.loadbalancer.healthcheck.timeout=3s"
- "traefik.http.services.${APP_NAMESPACE}.loadbalancer.healthcheck.headers.x-health-check=${APP_HEALTH_CHECK_TOKEN}"
# Listen HTTP
Expand Down

0 comments on commit ad62d84

Please sign in to comment.