Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 834 Bytes

guide_helm_deploy.md

File metadata and controls

27 lines (22 loc) · 834 Bytes

Deploying with Helm

A guide to deploying your ingress controller with Helm, a Kubernetes package manager.

Requirements

Step 1: Setup the Repository

helm repo add cloudflare https://cloudflare.github.io/helm-charts
helm repo update

Step 2: Deploy

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