Allow loadBalancerSourceRanges parameter signoz-otel-collector service #530
Labels
chart:signoz
Issue related to signoz helm chart
enhancement
New feature or request
good first issue
Good for newcomers
Would it be possible to add a loadBalancerSourceRanges parameter to enable whitelisting of the otel-collector ingress service?
This makes it possible to only accept incoming otel metrics/logs from certain CIDR ranges.
We need this since we have mutliple environments connecting to our collector and as workaround we use a patch after every deploy to enable this whitelisting:
kubectl patch svc signoz-otel-collector -p '{"spec": {"loadBalancerSourceRanges": '"$IP_RANGES"'}}' -n signoz
The text was updated successfully, but these errors were encountered: