From ceb5e45c14700a7a382aae980e43ca1c72a8dbcf Mon Sep 17 00:00:00 2001 From: Benedikt Bongartz Date: Wed, 12 Jul 2023 17:37:12 +0200 Subject: [PATCH] add missing port to istio e2e test Signed-off-by: Benedikt Bongartz --- tests/e2e/miscellaneous/istio/03-assert.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tests/e2e/miscellaneous/istio/03-assert.yaml b/tests/e2e/miscellaneous/istio/03-assert.yaml index 268a8ca95..ac23c46fc 100644 --- a/tests/e2e/miscellaneous/istio/03-assert.yaml +++ b/tests/e2e/miscellaneous/istio/03-assert.yaml @@ -30,6 +30,10 @@ spec: port: 14268 protocol: TCP targetPort: 14268 + - name: admin-http + port: 14269 + protocol: TCP + targetPort: 14269 - name: grpc-otlp port: 4317 protocol: TCP @@ -61,6 +65,10 @@ spec: port: 14268 protocol: TCP targetPort: 14268 + - name: admin-http + port: 14269 + protocol: TCP + targetPort: 14269 - name: grpc-otlp port: 4317 protocol: TCP