Avoid Traefik port collisions in edge gateway CI

This commit is contained in:
Jeppe B
2026-04-23 23:52:01 +02:00
parent 39d4ba0284
commit 1c647bb78b
2 changed files with 10 additions and 4 deletions
+6
View File
@@ -137,6 +137,12 @@ jobs:
edge-gateway-backend:
name: Edge Gateway Backend (required)
runs-on: [self-hosted, Linux, X64, default]
env:
TRAEFIK_WEB_PORT: "18080"
TRAEFIK_WEBSECURE_PORT: "18443"
TRAEFIK_WEBSECURE_STAGING_PORT: "18433"
TRAEFIK_METRICS_PORT: "19100"
EDGE_GATEWAY_E2E_BASE_URL: "http://localhost:18080/api"
steps:
- name: Checkout