feat(web-probe): add semantic YAML origins

This commit is contained in:
Codex
2026-07-10 12:37:13 +02:00
parent 2d4c1a5ffa
commit 2c47fd6528
18 changed files with 545 additions and 48 deletions
+12 -3
View File
@@ -533,9 +533,18 @@ templates:
hwlabV03:
webProbeWorkbench:
browserProxyMode: auto
defaultOrigin:
mode: public
baseUrl: https://hwlab.pikapython.com
defaultOrigin: internal
origins:
internal:
mode: k8s-service-cluster-ip
serviceName: hwlab-cloud-web
namespace: "hwlab-${lane}"
port: 8080
scheme: http
browserProxyMode: direct
public:
mode: public
browserProxyMode: auto
authLogin:
maxAttempts: 6
requestTimeoutMs: 30000