Hi,
When trying to use the Helm chart with a Service of type NodePort, it would be beneficial being able to set the externalTrafficPolicy setting through the values.yml file. Currently this is hardcoded to Local. Setting it to Cluster allows to make use of the traffic proxying feature between compute nodes of the cluster.
Is there any reason this is currently hardcoded?
Thanks!
Hi,
When trying to use the Helm chart with a Service of type NodePort, it would be beneficial being able to set the
externalTrafficPolicysetting through thevalues.ymlfile. Currently this is hardcoded toLocal. Setting it toClusterallows to make use of the traffic proxying feature between compute nodes of the cluster.Is there any reason this is currently hardcoded?
Thanks!