Terraform module that allows you to deploy and configure Træfik on Kubernetes via Helm.
module "traefik" {
source = "solution-libre/traefik/helm"
ingress = {
website = {
match = {
hosts = ["domain.tld"]
}
namespace = "default"
service = {
name = "website"
port = 80
}
tls = {
secret_name = "domain.tld"
}
}
}
}
See REFERENCE.md.
Solution Libre's repositories are open projects, and community contributions are essential for keeping them great.
The list of contributors can be found at: https://usine.solution-libre.fr/french-high-availability-multi-cloud-hosting/terraform-modules/traefik/-/graphs/main.