From 71a9066489101f2a238eda524607e295df9d0402 Mon Sep 17 00:00:00 2001 From: haifzhu Date: Wed, 18 Dec 2024 10:57:14 +0800 Subject: [PATCH] fix: default service source is fqdn --- test/e2e/conformance/tests/go-wasm-try-paths.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/e2e/conformance/tests/go-wasm-try-paths.yaml b/test/e2e/conformance/tests/go-wasm-try-paths.yaml index 83b15f3ff2..405a71f65f 100644 --- a/test/e2e/conformance/tests/go-wasm-try-paths.yaml +++ b/test/e2e/conformance/tests/go-wasm-try-paths.yaml @@ -28,9 +28,7 @@ spec: matchRules: - config: servicePort: 8080 - serviceName: infra-backend-v2 - namespace: higress-conformance-infra - serviceSource: k8s + host: infra-backend-v2.higress-conformance-infra.svc.cluster.local tryPaths: - /path1 configDisable: false