feat: Add pre-production deployment stage with E2E tests, a dedicated environment file, and update production deployment dependency. #30

Merged
kovagoadi merged 26 commits from test_preprod into main 2026-04-09 21:12:34 +02:00
2 changed files with 2 additions and 4 deletions
Showing only changes of commit 275d94e3ec - Show all commits

View File

@@ -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"

View File

@@ -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"
- address: "staging-traefik-1:443"