From 48928c69afa91c68c2611762bb763a421605f5d6 Mon Sep 17 00:00:00 2001 From: Benedikt Bongartz Date: Thu, 20 Oct 2022 14:04:09 +0200 Subject: [PATCH] wip2 Signed-off-by: Benedikt Bongartz --- tests/e2e/miscellaneous/istio/03-assert.yaml | 62 ++++++++++++++++++++ 1 file changed, 62 insertions(+) diff --git a/tests/e2e/miscellaneous/istio/03-assert.yaml b/tests/e2e/miscellaneous/istio/03-assert.yaml index 871f7da53a..8b48b9e9e5 100644 --- a/tests/e2e/miscellaneous/istio/03-assert.yaml +++ b/tests/e2e/miscellaneous/istio/03-assert.yaml @@ -7,3 +7,65 @@ spec: - name: myapp - name: jaeger-agent - name: istio-proxy +--- +apiVersion: v1 +kind: Service +metadata: + name: simplest-collector-headless +spec: + ports: + - name: http-zipkin + port: 9411 + protocol: TCP + targetPort: 9411 + - name: https-proto + port: 14250 + protocol: TCP + targetPort: 14250 + - name: http-c-tchan-trft + port: 14267 + protocol: TCP + targetPort: 14267 + - name: http-c-binary-trft + port: 14268 + protocol: TCP + targetPort: 14268 + - name: otlp-grpc + port: 4317 + protocol: TCP + targetPort: 4317 + - name: grpc-proto + port: 4318 + protocol: TCP + targetPort: 4318 +--- +apiVersion: v1 +kind: Service +metadata: + name: simplest-collector +spec: + ports: + - name: http-zipkin + port: 9411 + protocol: TCP + targetPort: 9411 + - name: https-proto + port: 14250 + protocol: TCP + targetPort: 14250 + - name: http-c-tchan-trft + port: 14267 + protocol: TCP + targetPort: 14267 + - name: http-c-binary-trft + port: 14268 + protocol: TCP + targetPort: 14268 + - name: otlp-grpc + port: 4317 + protocol: TCP + targetPort: 4317 + - name: grpc-proto + port: 4318 + protocol: TCP + targetPort: 4318