Skip to content

aigisuk/terraform-kubernetes-traefik

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform Kubernetes Traefik Module

A Terraform module to provision Traefik (v2.x) on a Kubernetes cluster via the helm terraform provider.

Traefik Dashboard

Inputs

Name Description Type Default Required
namespace Namespace to install traefik chart into (created if non-existent on target cluster) string traefik no
traefik_chart_version 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