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.hcl5
1 files changed, 5 insertions, 0 deletions
diff --git a/jobs/files.nomad.hcl b/jobs/files.nomad.hcl
index d5eb6f3..b5c63d5 100644
--- a/jobs/files.nomad.hcl
+++ b/jobs/files.nomad.hcl
@@ -26,6 +26,11 @@ job "files" {
task "web" {
driver = "docker"
+ resources {
+ cpu = 50
+ memory = 20
+ }
+
volume_mount {
volume = "files"
destination = "/var/www"