mirror of
https://github.com/vcscsvcscs/OCI-Kubernetes-cluster-with-traefik.git
synced 2025-08-14 14:59:07 +02:00
fix traefik
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user