summaryrefslogtreecommitdiff
path: root/jobs/homepage/homepage.nomad.hcl
diff options
context:
space:
mode:
authorMathias Magnusson <mathias@magnusson.space>2023-08-22 20:34:02 +0200
committerMathias Magnusson <mathias@magnusson.space>2023-08-22 20:34:02 +0200
commit04b07e354a13aa458d56dc813589e7645877af08 (patch)
tree9877cc77410d468a2e1ce23419830b0499bbb6bc /jobs/homepage/homepage.nomad.hcl
parent2466d92662a3fd13d9b97df75aa628ccf1032f68 (diff)
downloadgarm-04b07e354a13aa458d56dc813589e7645877af08.tar.gz
Move to `space` tld
Diffstat (limited to 'jobs/homepage/homepage.nomad.hcl')
-rw-r--r--jobs/homepage/homepage.nomad.hcl5
1 files changed, 3 insertions, 2 deletions
diff --git a/jobs/homepage/homepage.nomad.hcl b/jobs/homepage/homepage.nomad.hcl
index 1544f1e..c8ca5ad 100644
--- a/jobs/homepage/homepage.nomad.hcl
+++ b/jobs/homepage/homepage.nomad.hcl
@@ -14,8 +14,9 @@ job "homepage" {
provider = "nomad"
tags = [
- "nginx.hostname=.magnusson.wiki",
- "nginx.certname=magnusson.wiki",
+ "nginx.hostname=.magnusson.space",
+ "nginx.certname=magnusson.space",
+ "nginx.default_server",
]
}