From dab697f9f74bd1b539d596c1e3439231044535bf Mon Sep 17 00:00:00 2001 From: rambohe-ch Date: Tue, 21 Mar 2023 16:11:17 +0800 Subject: [PATCH] adjust ports for yurt-manager component to 10270~10279 --- test/e2e/cmd/init/constants/constants.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/e2e/cmd/init/constants/constants.go b/test/e2e/cmd/init/constants/constants.go index 6642a122325..cd4fce3bd96 100644 --- a/test/e2e/cmd/init/constants/constants.go +++ b/test/e2e/cmd/init/constants/constants.go @@ -106,6 +106,9 @@ spec: image: {{.image}} imagePullPolicy: IfNotPresent name: yurt-manager + env: + - name: WEBHOOK_PORT + value: 10270 ports: - containerPort: 10270 name: webhook-server