In
|
URI: fmt.Sprintf("%s.%s.svc.cluster.local:%d", flagdproxy.FlagdProxyServiceName, fi.FlagdProxyConfig.Namespace, fi.FlagdProxyConfig.Port), |
it assumes
cluster.local which makes it unusable in clusters where it is not the case.
Perhaps easiest fix is to drop .cluster.local?