From b3922aecaf8a3c09b81b562a9511e7d57fc50285 Mon Sep 17 00:00:00 2001 From: Matthew Baggett Date: Wed, 15 Jan 2025 23:29:25 +0100 Subject: [PATCH] Moving to use ingress box. --- docker.tf | 2 +- lib/grey.ooo | 2 +- treafik.tf | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docker.tf b/docker.tf index 67eadd3..54d2604 100644 --- a/docker.tf +++ b/docker.tf @@ -1,5 +1,5 @@ provider "docker" { - host = "ssh://california.ti" + host = "ssh://passing_by_and_thought_id_drop_in.cluster.grey.ooo" registry_auth { address = "docker.io" username = "matthewbaggett" diff --git a/lib/grey.ooo b/lib/grey.ooo index c67df52..2566507 160000 --- a/lib/grey.ooo +++ b/lib/grey.ooo @@ -1 +1 @@ -Subproject commit c67df523d006bfd1bbda2ba6b5b4852b5151de97 +Subproject commit 2566507e81091d8d47b258ad9e5cbe6ce5b34ebd diff --git a/treafik.tf b/treafik.tf index 95db1b3..503c8de 100644 --- a/treafik.tf +++ b/treafik.tf @@ -5,8 +5,8 @@ module "traefik" { enable_non_ssl = true acme_use_staging = true acme_email = "matthew@baggett.me" - hello_service_domain = "hello.california.ti" - traefik_service_domain = "traefik.california.ti" + hello_service_domain = "hello.cluster.grey.ooo" + traefik_service_domain = "traefik.cluster.grey.ooo" log_level = "DEBUG" access_log = false enable_ping = true