Update to 3.0.0beta5 and remove useless check

This commit is contained in:
Daniel Berteaud 2023-12-02 23:21:18 +01:00
parent 6fb1db0412
commit 21f02158d6
3 changed files with 3 additions and 23 deletions

View File

@ -1,7 +1,7 @@
FROM [[ .docker.repo ]][[ .docker.base_images.alpine.image ]]
MAINTAINER [[ .docker.maintainer ]]
ARG VERSION=3.0.0-beta4
ARG VERSION=3.0.0-beta5
RUN set -eux &&\
apk --no-cache upgrade &&\

View File

@ -46,25 +46,6 @@ job [[ .traefik.instance | toJSON ]] {
[[ template "common/metrics-meta.tpl" $c ]]
check_restart {
limit = 3
grace = "10s"
}
check {
type = "tcp"
port = "http"
interval = "10s"
timeout = "2s"
}
check {
type = "tcp"
port = "https"
interval = "10s"
timeout = "2s"
}
# Traefik supports native Consul service mesh
connect {
native = true

View File

@ -6,7 +6,7 @@ traefik:
instance: traefik
# Docker image to use for Traefik
image: danielberteaud/traefik:3.0.0-beta4-1
image: danielberteaud/traefik:3.0.0-beta5-1
# Resources for traefik instances
resources:
@ -36,8 +36,7 @@ traefik:
- https
priority: 2000
# List of Traefik middlewares for the /ping endpoint
middlewares:
- ip-trusted@file
middlewares: []
# List of trusted proxies from whom to trust proxy protocol v1/v2 source address
trusted_proxies: []