summaryrefslogtreecommitdiff
path: root/jobs/files.nomad.hcl
diff options
context:
space:
mode:
Diffstat (limited to 'jobs/files.nomad.hcl')
-rw-r--r--jobs/files.nomad.hcl8
1 files changed, 7 insertions, 1 deletions
diff --git a/jobs/files.nomad.hcl b/jobs/files.nomad.hcl
index 2bb2b00..3d8227d 100644
--- a/jobs/files.nomad.hcl
+++ b/jobs/files.nomad.hcl
@@ -6,6 +6,12 @@ job "files" {
}
}
+ update {
+ canary = 1
+ auto_revert = true
+ auto_promote = true
+ }
+
volume "files" {
type = "host"
source = "static-files"
@@ -38,7 +44,7 @@ job "files" {
}
config {
- image = "nginx:1.25-alpine"
+ image = "nginx:1.29-alpine"
ports = ["http"]
volumes = [