Skip to content

Commit

Permalink
feat(traefik): updated api route to point to prod instead of prod-2
Browse files Browse the repository at this point in the history
  • Loading branch information
agarbe committed Nov 22, 2024
1 parent 0ba0ac2 commit 5461150
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions infra/traefik/config/dynamic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ http:

api-production-vae-gouv-fr:
rule: "Host(`vae.gouv.fr`) && PathPrefix(`/api`)"
service: api-production-2
service: api-production
middlewares:
- removeHeader

Expand Down Expand Up @@ -295,22 +295,16 @@ http:
servers:
- url: "https://reva-prod-admin-react.osc-secnum-fr1.scalingo.io/admin2/"

app-candidat-production-2:
loadBalancer:
passHostHeader: false
servers:
- url: "https://reva-prod-2.osc-secnum-fr1.scalingo.io/app/"

app-candidate-production:
loadBalancer:
passHostHeader: false
servers:
- url: "https://reva-prod-candidate.osc-secnum-fr1.scalingo.io/candidat/"

api-production-2:
api-production:
loadBalancer:
passHostHeader: false
servers:
- url: "https://reva-prod-2.osc-secnum-fr1.scalingo.io/api"
- url: "https://reva-prod.osc-secnum-fr1.scalingo.io/api"

# --- END PRODUCTION ---

0 comments on commit 5461150

Please sign in to comment.