From 77308575ded4c10b759a6e9ae45dcd8395ceac37 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..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