Open sanamsarath opened 4 years ago
Option to define the port names for the *-client service. Currently the port names are hard coded, is it possible to define them from the helm charts??
https://github.com/coreos/etcd-operator/blob/8347d27afa18b6c76d4a8bb85ad56a2e60927018/pkg/util/k8sutil/k8sutil.go#L169
This is needed because if we use istio as service mesh, it expects the port names with specific prefix like "http-" or "http2-".
Thanks, Sarath.
@hexfusion Any Suggestions??
@hexfusion: Do you know if this repo or any clones of it are actively maintained? Would be great to have this feature.
Option to define the port names for the *-client service. Currently the port names are hard coded, is it possible to define them from the helm charts??
https://github.com/coreos/etcd-operator/blob/8347d27afa18b6c76d4a8bb85ad56a2e60927018/pkg/util/k8sutil/k8sutil.go#L169
This is needed because if we use istio as service mesh, it expects the port names with specific prefix like "http-" or "http2-".
Thanks, Sarath.