fix traefik

This commit is contained in:
2024-03-10 11:55:14 +01:00
parent 65ab50b23e
commit 934b75b714
8 changed files with 79 additions and 404 deletions

View File

@@ -5,7 +5,7 @@ resource "helm_release" "traefik" {
repository = "https://traefik.github.io/charts"
chart = "traefik"
version = var.traefik_chart_version
cleanup_on_fail = true
cleanup_on_fail = true
# Helm chart deployment can sometimes take longer than the default 5 minutes
timeout = var.timeout_seconds
@@ -29,4 +29,4 @@ resource "random_password" "traefik_dashboard_password" {
override_special = "_%@"
upper = true
lower = true
}
}