feat(web-probe): add semantic YAML origins
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user