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 update
helm install --name anydomain cloudflare/argo-tunnel
A useful trick to debug issues with ingress is to increase the logLevel.
helm install --name anydomain cloudflare/argo-tunnel --set controller.logLevel=6
Tip: see the argo-tunnel helm chart for details