A guide to deploying your ingress controller with Helm, a Kubernetes package manager.
helm repo add cloudflare https://cloudflare.github.io/helm-charts
helm repo updatehelm install --name anydomain cloudflare/argo-tunnelA useful trick to debug issues with ingress is to increase the logLevel.
helm install --name anydomain cloudflare/argo-tunnel --set controller.logLevel=6Tip: see the argo-tunnel helm chart for details