Argo CD on neuralplatform.ai, fix domain_suffix vs infra_domain usage

This commit is contained in:
Will Anderson
2026-03-23 07:57:10 -05:00
parent 13e71fd491
commit ef2ae715ee
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ variable "legion_ip" {
}
variable "domain_suffix" {
description = "Domain suffix for nook.family family apps"
description = "Internal-only domain (nook.family) — not exposed via Cloudflare tunnel. Use infra_domain for public services."
type = string
default = "nook.family"
}