Dumb question, the helm chart for the `otelCollec...
# support
j
Dumb question, the helm chart for the
otelCollector
seems to only have one ingress mapping. Going off this guide, https://signoz.io/docs/tutorial/setting-up-tls-for-signoz/
Copy code
<http://nginx.ingress.kubernetes.io/backend-protocol|nginx.ingress.kubernetes.io/backend-protocol>: "GRPC"
forces that ingress to talk grpc only, how would we expose grpc and http on 4318 and 4317? Does it take a array of ingresses by any chance?
b
i made a public alb for the ui and an internal nlb for the otel collectors
the nlb will create a target group per port to the collectors by default, you'll need to override that if you want something different. i am in aws eks.
also, definitely not a dumb question :)