feat: add E2E tests with mock Nginx services, update Traefik routing to use service names, and integrate testing into the CI workflow.
All checks were successful
Remote Deployment Pipeline / Prepare Context (pull_request) Successful in 3s
Remote Deployment Pipeline / Deploy (Staging) (pull_request) Has been skipped
Remote Deployment Pipeline / Deploy (Dev/Preview) (pull_request) Successful in 1m15s
Remote Deployment Pipeline / Cleanup Preview (pull_request) Has been skipped
Remote Deployment Pipeline / Deploy (Production) (pull_request) Has been skipped

This commit is contained in:
2025-12-25 18:43:56 +01:00
parent 0792a6c2a8
commit 1942672240
12 changed files with 416 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ http:
dev-staging:
loadBalancer:
servers:
- url: "http://192.168.1.85:8080"
- url: "http://staging:8080"
tcp:
routers:
@@ -30,4 +30,4 @@ tcp:
loadBalancer:
servers:
# Note: Ensure Traefik trusts the cert at .85 or set insecureSkipVerify
- address: "192.168.1.85:445"
- address: "staging:445"