Publish EUnit/CT HTML reports to ci-reports host.

Refs EventHub/EventHubBack#62
This commit is contained in:
2026-07-27 22:48:35 +03:00
parent cd619db4a2
commit 2bfce06dbf
10 changed files with 361 additions and 4 deletions
+16
View File
@@ -116,6 +116,17 @@ http:
tls: true
service: "client-ui-service"
ci-reports:
rule: "Host(`ci-reports.dev.eventhub.local`)"
entryPoints: ["web"]
middlewares: ["redirect-to-https"]
service: "ci-reports"
ci-reports-secure:
rule: "Host(`ci-reports.dev.eventhub.local`)"
entryPoints: ["websecure"]
tls: true
service: "ci-reports"
services:
api:
failover:
@@ -172,3 +183,8 @@ http:
loadbalancer:
servers:
- url: "http://client-ui:80"
ci-reports:
loadbalancer:
servers:
- url: "http://ci-reports:80"