Fixes an issue where the 2.0.0 version of the chart did not correctly set GRPCServerParameters.ListenAddr default. This meant that the 2.0.0 version of the chart does not enable otlp endpoint by default.
Short description of the changes
add back GRPCServerParameters.ListenAddr with the proper default value.
Which problem is this PR solving?
GRPCServerParameters.ListenAddr
default. This meant that the 2.0.0 version of the chart does not enable otlp endpoint by default.Short description of the changes
GRPCServerParameters.ListenAddr
with the proper default value.How to verify that this has the expected result
Tested in local kind cluster.