Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evry-ace/tf-helm-traefik
Terraform module for setting up Træfik
https://github.com/evry-ace/tf-helm-traefik
Last synced: 6 days ago
JSON representation
Terraform module for setting up Træfik
- Host: GitHub
- URL: https://github.com/evry-ace/tf-helm-traefik
- Owner: evry-ace
- License: mit
- Created: 2019-02-27T08:32:47.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:24:58.000Z (about 1 year ago)
- Last Synced: 2024-11-14T17:48:28.220Z (2 months ago)
- Language: HCL
- Size: 4.88 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tf\_helm\_traefik
This module will deploy traefik as a service in traefik_namespace.
## Usage
```hcl
module "traefik" {
source = "github.com/evry-ace/tf-helm-traefik"
traefik_version = "${var.traefik_version}"
}
```## Inputs
| Name | Description | Type | Default | Required |
|------|-------------|:----:|:-----:|:-----:|
| traefik_version | Traefik version | string | `""` | yes |
| traefik_namespace | Namespace | string | `kube-system` | no |
| traefik_rbac_enabled | rbac toggle | bool | `true` | no |## Authors
Module is maintained by the EVRY ACE Team.
## License
MIT License. See [LICENSE](./LICENSE) for full details.