traefik
aigisuk/traefik/kubernetes
Simple Terraform module; deploys Traefik (v2.9.7) to a Kubernetes cluster via Helm
Install
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)
| Name | Type | Description | Default |
|---|---|---|---|
| timeout_seconds | number | Helm chart deployment can sometimes take longer than the default 5 minutes. Set | 800 |
| replica_count | number | Number of replica pods to create | 1 |
| values_file | string | The name of the traefik helmchart values file to use | "values.yaml" |
| namespace | string | Namespace to install traefik chart into | "traefik" |
| traefik_chart_version | string | Version of Traefik chart to install | "21.1.0" |
Resources (1)
Details
Similar packages
Azure landing zones Terraform module
Terraform supermodule for the Terraform platform engineering for Azure
Terraform module to deploy landing zone subscriptions (and much more) in Azure
Terraform Module to define a consistent naming convention by (namespace, stage,