Moving to use ingress box.
Some checks are pending
Trunk Check / Trunk Check Runner (push) Waiting to run
Some checks are pending
Trunk Check / Trunk Check Runner (push) Waiting to run
This commit is contained in:
parent
ddde0c525a
commit
b3922aecaf
3 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit c67df523d006bfd1bbda2ba6b5b4852b5151de97
|
||||
Subproject commit 2566507e81091d8d47b258ad9e5cbe6ce5b34ebd
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue