From 275d94e3ec888a367726a5e7b0c8138b42d9de64 Mon Sep 17 00:00:00 2001 From: kovagoadi Date: Thu, 9 Apr 2026 21:08:10 +0200 Subject: [PATCH] Configured new routes for prod --- preprod/route-to-staging-dev.yaml | 2 -- prod/route-to-staging-dev.yaml | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/preprod/route-to-staging-dev.yaml b/preprod/route-to-staging-dev.yaml index 0af6b69..6a01935 100644 --- a/preprod/route-to-staging-dev.yaml +++ b/preprod/route-to-staging-dev.yaml @@ -11,7 +11,6 @@ http: dev-staging: loadBalancer: servers: - # - url: "http://staging-traefik-1:8080" - url: "http://staging-traefik-1:80" tcp: @@ -31,5 +30,4 @@ tcp: loadBalancer: servers: # Note: Ensure Traefik trusts the cert at .85 or set insecureSkipVerify - # - address: "staging-traefik-1:445" - address: "staging-traefik-1:443" \ No newline at end of file diff --git a/prod/route-to-staging-dev.yaml b/prod/route-to-staging-dev.yaml index fd12671..6a01935 100644 --- a/prod/route-to-staging-dev.yaml +++ b/prod/route-to-staging-dev.yaml @@ -11,7 +11,7 @@ http: dev-staging: loadBalancer: servers: - - url: "http://staging:8080" + - url: "http://staging-traefik-1:80" tcp: routers: @@ -30,4 +30,4 @@ tcp: loadBalancer: servers: # Note: Ensure Traefik trusts the cert at .85 or set insecureSkipVerify - - address: "staging:445" \ No newline at end of file + - address: "staging-traefik-1:443" \ No newline at end of file