From c028c477e2f22b3c4f0e1a11558c185af5e95d7e Mon Sep 17 00:00:00 2001 From: rambohe Date: Tue, 21 Mar 2023 18:08:50 +0800 Subject: [PATCH] adjust ports for yurt-manager component to 10270~10279 (#1325) --- 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..fc38c78f9b7 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