Display Helm Chart Values
-
serviceType- The type of service to expose the
plugin_daemon. It can beNodePort, orLoadBalancer. NodePort: Exposes the service on each Node’s IP at a static port.LoadBalancer: Creates an external load balancer in supported cloud providers, which routes traffic to the plugin daemon.- For more details, refer to the Kubernetes Service Types documentation.
- The type of service to expose the
-
remoteInstallHost: This isNodeIP orLoadBalancerIP.- If you are using
NodePort, it should be the IP of one of your Kubernetes nodes. - If you are using
LoadBalancer, it should be the IP of the load balancer.
- If you are using
-
remoteInstallPort: This is the port on which the plugin daemon is listening for debug.- If you are using
NodePort, it should be the port assigned to the service. - If you are using
LoadBalancer, it should be the port exposed by the load balancer.
- If you are using