From 1235a58128fe98156e6df08dca65d3f59e3f5928 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Fri, 14 Nov 2025 17:33:50 +0100 Subject: [PATCH] Add http and grpc ingress for otel --- apps/otel/otel-ingress.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/apps/otel/otel-ingress.yaml b/apps/otel/otel-ingress.yaml index e958bdd..2080295 100644 --- a/apps/otel/otel-ingress.yaml +++ b/apps/otel/otel-ingress.yaml @@ -9,6 +9,16 @@ spec: ingressClassName: cilium rules: - host: otel.sdg.moe + http: + paths: + - path: / + pathType: Prefix + backend: + service: + name: otel-collector + port: + name: otlp-http + - host: otel-grpc.sdg.moe http: paths: - path: / @@ -21,4 +31,5 @@ spec: tls: - hosts: - otel.sdg.moe + - otel-grpc.sdg.moe secretName: otel-ssl