Skip to content

Commit

Permalink
use *.<depl-fqdn>
Browse files Browse the repository at this point in the history
  • Loading branch information
YuryHrytsuk committed Nov 24, 2023
1 parent 89d237d commit afe17fe
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions services/traefik/docker-compose.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,8 @@ services:
- prometheus-job=traefik_ops
- prometheus-port=8082
# wildcard certificate
- traefik.http.routers.api.tls.domains[0].main=service.${MACHINE_FQDN}
- traefik.http.routers.api.tls.domains[0].sans=*.services.${MACHINE_FQDN}
- traefik.http.routers.api.tls.domains[0].main=service.testing.${MACHINE_FQDN}
- traefik.http.routers.api.tls.domains[0].sans=*.services.testing.${MACHINE_FQDN}
- traefik.http.routers.api.tls.domains[0].main=${MACHINE_FQDN}
- traefik.http.routers.api.tls.domains[0].sans=*.${MACHINE_FQDN}
# ops generic rate limiter
- traefik.http.middlewares.ops_ratelimit.ratelimit.average=${TRAEFIK_RATELIMIT_AVG}
- traefik.http.middlewares.ops_ratelimit.ratelimit.burst=${TRAEFIK_RATELIMIT_BURST}
Expand Down

0 comments on commit afe17fe

Please sign in to comment.