coreos/etcd-operator

Option to define the port names for the *-client service

sanamsarath opened this issue · 2 comments

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??

func CreatePeerService(kubecli kubernetes.Interface, clusterName, ns string, owner metav1.OwnerReference) error {

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.