pmint93/helm-charts

helm chart

Closed this issue · 1 comments

after installing the helm chart, i am not able to access the application. how can we expose the service?

@reddy2018 If your cluster run on cloud environment then you can use a Load Balancer by setting the value service.type to LoadBalancer. For more information on exposing application with K8s see https://kubernetes.io/docs/tutorials/kubernetes-basics/expose/expose-intro/