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