Skip to content

davetha/cloudflared-helm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Custom Cloudflared Helm Chart

This is a simplified Helm chart for deploying a cloudflared agent.

Why does this exist?

The official Cloudflare Helm chart was found to be outdated and not working as expected in our environment. This chart provides a more straightforward and reliable way to deploy cloudflared.

Prerequisites

  • Kubernetes 1.12+
  • Helm 3.0+
  • A Cloudflare account
  • A cloudflared token

Configuration

The following table lists the configurable parameters of the chart and their default values.

Parameter Description Default
cloudflare.token Your cloudflared token. ""
replicaCount The number of cloudflared replicas. 2

Usage

  1. Clone the repository:

    git clone https://github.com/davetha/cloudflared-helm.git
    cd cloudflared-helm
  2. Update the values.yaml file with your cloudflared token.

  3. Deploy the chart using Helm:

    helm install <release-name> . --namespace <your-namespace>

Example

helm install cloudflared . --namespace cloudflare

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

A simple cloudflared helm chart

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published