Add cloudlfare dns management

This commit is contained in:
2024-03-10 11:55:06 +01:00
parent b82d213532
commit 65ab50b23e
6 changed files with 63 additions and 10 deletions

View File

@@ -22,7 +22,7 @@ variable "traefik_chart_version" {
variable "timeout_seconds" {
type = number
description = "Helm chart deployment can sometimes take longer than the default 5 minutes. Set a custom timeout here."
default = 180 # 10 minutes
default = 800 # 10 minutes
}
variable "replica_count" {