Moving to use ingress box.
Some checks are pending
Trunk Check / Trunk Check Runner (push) Waiting to run

This commit is contained in:
Greyscale 2025-01-15 23:29:25 +01:00
parent ddde0c525a
commit b3922aecaf
3 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
provider "docker" { provider "docker" {
host = "ssh://california.ti" host = "ssh://passing_by_and_thought_id_drop_in.cluster.grey.ooo"
registry_auth { registry_auth {
address = "docker.io" address = "docker.io"
username = "matthewbaggett" username = "matthewbaggett"

@ -1 +1 @@
Subproject commit c67df523d006bfd1bbda2ba6b5b4852b5151de97 Subproject commit 2566507e81091d8d47b258ad9e5cbe6ce5b34ebd

View file

@ -5,8 +5,8 @@ module "traefik" {
enable_non_ssl = true enable_non_ssl = true
acme_use_staging = true acme_use_staging = true
acme_email = "matthew@baggett.me" acme_email = "matthew@baggett.me"
hello_service_domain = "hello.california.ti" hello_service_domain = "hello.cluster.grey.ooo"
traefik_service_domain = "traefik.california.ti" traefik_service_domain = "traefik.cluster.grey.ooo"
log_level = "DEBUG" log_level = "DEBUG"
access_log = false access_log = false
enable_ping = true enable_ping = true