Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

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