fix: Traefik errors.
All checks were successful
Deploy to Staging / Build Images (push) Successful in 21s
Deploy to Staging / Deploy to Staging (push) Successful in 27s
Deploy to Staging / Verify Staging (push) Successful in 6s
Deploy to Staging / Notify Staging Ready (push) Successful in 6s
Deploy to Staging / Notify Staging Failure (push) Has been skipped

This commit is contained in:
Eric Gullickson
2025-12-30 10:48:57 -06:00
parent 3faa0895ab
commit 17d868a766
2 changed files with 1 additions and 189 deletions

View File

@@ -131,10 +131,6 @@ http:
attempts: 3
initialInterval: 100ms
# Timeout middleware
timeout:
timeout: 30s
# Compress responses for performance
compression:
compress: {}
@@ -145,7 +141,6 @@ http:
middlewares:
- compression
- secure-headers
- timeout
# API middleware chain
api-chain:
@@ -157,7 +152,6 @@ http:
- rate-limit
- api-auth
- retry-policy
- timeout
# Platform API middleware chain
platform-chain:
@@ -169,12 +163,10 @@ http:
- platform-auth
- circuit-breaker
- retry-policy
- timeout
# Public frontend middleware chain
frontend-chain:
chain:
middlewares:
- compression
- secure-headers
- timeout
- secure-headers