Fix up bugs with services that don't need traefik among other things
Some checks are pending
Trunk Check / Trunk Check Runner (push) Waiting to run

This commit is contained in:
Greyscale 2025-01-16 20:16:18 +01:00
parent b7d040f189
commit 1e819ff81d
Signed by: grey
GPG key ID: DDB392AE64B32D89
2 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit 5e73523c388a7a3430d9ba5a4521c0f9412d5045
Subproject commit 0c1b34c382eda5726554b64ee1bd50a92dc2c564

View file

@ -1,6 +1,5 @@
module "traefik" {
source = "github.com/matthewbaggett/terraform_modules//products/traefik"
#source = "./lib/grey.ooo/products/traefik"
source = "github.com/matthewbaggett/terraform_modules//products/traefik"
enable_ssl = true
enable_non_ssl = true
acme_use_staging = false
@ -15,4 +14,5 @@ module "traefik" {
enable_dashboard = true
api_insecure = true
api_debug = true
placement_constraints = ["node.role != manager"]
}