Skip to content

Commit 9fc34a1

Browse files
committed
update e2e tests
Signed-off-by: Huabing (Robin) Zhao <zhaohuabing@gmail.com>
1 parent a7d8cef commit 9fc34a1

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

test/e2e/testdata/ext-auth-grpc-securitypolicy.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ spec:
5454
- name: grpc-ext-auth
5555
namespace: gateway-conformance-infra
5656
port: 9002
57+
backendSettings:
58+
loadBalancer:
59+
type: ConsistentHash
60+
consistentHash:
61+
type: SourceIP
5762
---
5863
apiVersion: gateway.networking.k8s.io/v1
5964
kind: BackendTLSPolicy

test/e2e/testdata/ext-auth-service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ metadata:
5656
name: envoy-ext-auth
5757
namespace: gateway-conformance-infra
5858
spec:
59-
replicas: 1
59+
replicas: 2
6060
selector:
6161
matchLabels:
6262
app: envoy-ext-auth

0 commit comments

Comments
 (0)