Simple Terraform module; deploys Traefik (v2.9.7) to a Kubernetes cluster via Helm
Last updated May 13, 2025
10
Stars
2
Forks
1
Issues
0
Stars/day
Attention Score
0
Language breakdown
No language data available.
▸ Files
click to expand
README
Terraform Kubernetes Traefik Module
A Terraform module to provision Traefik (v2.x) on a Kubernetes cluster via the helm terraform provider.
Inputs
| Name | Description | Type | Default | Required | |------|-------------|:----:|:-----:|:-----:| | namespace | Namespace to install traefik chart into (created if non-existent on target cluster) | string | traefik | no | | traefikchartversion | Version of Traefik chart to install | string | 21.1.0 | no | | timeout_seconds | Helm chart deployment can sometimes take longer than the default 5 minutes. Set a custom timeout (secs) | number | 800 | no | | replica_count | Number of replica pods to create | number | 1 | no | | values_file | Name of the traefik helm chart values file to use | string | values.yaml | no |
🔗 More in this category