Load Balancer
Run helm charts individually
Load Balancer
Here we are using the Nginx ingress for exposing our services to external environment.
Create a new namespace
ingress-nginxi.e.kubectl create ns ingress-nginx.Set the hostname according to the subdomain to be used Example:-
helm upgrade --install --wait load-balancer \ --set loadBalancer.hostName=beta \ --set loadBalancer.host=0chain.net \ 0chain-helm/loadBalancerNo other values are needed to set or follow values.yaml.
Example for its usage in single command:-
helm upgrade --install --wait load-balancer \ --set loadBalancer.hostName=beta \ --set loadBalancer.host=0chain.net \ 0chain-helm/loadBalancerNote: It will only generate the ingress for Grafana.
Last updated