Skip to main content

currently I'm trying to reach to Kasten K10 UI. Already I did it with kubectl edit svc gateway to type: ClusterIP to NodePort. But I want to do it from helm chart. I mean in the helm chart's values.yaml. But what I tried , I failed. Can anybody help me?

I tried,

edit gateway.yaml which inside of folder template

edit values.yaml

I'm using RKE2 1.28

Please delete your other post in the discussion board @hkaan as here is the best place for Kasten help.


Hi @hkaan 

When it is needed to expose a service outside the cluster, I'd recommend using a load balancer or ingress controller.

If you still need a straightforward way to expose a service to the outside world without complex load balancing or network configuration, NodePort can be a good option but you will need to modify the service manually as you did.

Security considerations are to be considered in that case!



Thanks
Ahmed Hagag


@Chris.Childerhose I couldn’t find to delete the post.


@Hagag there is no problem to reach to UI. I currently reach with loadbalancer and ingress but  i’m trying something different. When i look other apps helm chart’s values.yaml , there is option to change from clusterip to any method. But in k10’s values.yaml , there is no cast option.


Comment