kubepack / chartify

📈 Generate Helm Charts from Kubernetes objects
Apache License 2.0
227 stars 25 forks source link

Endpoints - Kube Object Pls #37

Open rasekar2000 opened 7 years ago

rasekar2000 commented 7 years ago

Typically Storage with GlusterFS ends up with creating Kube EndPoints with Kube Service before getting consumed in PV / PVCs. Can we have this Endpoint as well part of Chartify?

For e.g https://github.com/kubernetes/charts/blob/master/incubator/patroni/templates/ep-patroni.yaml Reverse of this pls!

Thanks in advance

tamalsaha commented 7 years ago

@rasekar2000 , option to create endpoint sounds good. Do you mind sending a pr for that? We are happy to accept contribution.