traefik

aigisuk/traefik/kubernetes

Terraform Module HCL KUBERNETES

Simple Terraform module; deploys Traefik (v2.9.7) to a Kubernetes cluster via Helm

Install
module "traefik" {
source = "aigisuk/traefik/kubernetes"
version = "0.2.1"
}
plain text: /constructs/tfmod-aigisuk-traefik-kubernetes/install.txt
⭐ Source on GitHub 📦 Registry page
README

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 |

Inputs (5)
NameTypeDescriptionDefault
timeout_secondsnumberHelm chart deployment can sometimes take longer than the default 5 minutes. Set 800
replica_countnumberNumber of replica pods to create1
values_filestringThe name of the traefik helmchart values file to use"values.yaml"
namespacestringNamespace to install traefik chart into"traefik"
traefik_chart_versionstringVersion of Traefik chart to install"21.1.0"
Resources (1)
helm_release
Details
FrameworkTerraform Module
LanguageHCL
Version0.2.1
Cloud KUBERNETES
★ Stars10
Forks2
Total downloads5.6k
Inputs5
Resources1
LicenseMIT
Namespaceaigisuk
Updated