From 901643a4dd085ac018284569201ee9744d539fab Mon Sep 17 00:00:00 2001 From: vincent Date: Thu, 12 May 2022 11:37:24 +0200 Subject: [PATCH] rename sample --- sample.nomad => nomad.sample | 3 +++ 1 file changed, 3 insertions(+) rename sample.nomad => nomad.sample (96%) diff --git a/sample.nomad b/nomad.sample similarity index 96% rename from sample.nomad rename to nomad.sample index 31b9993..94b6c62 100644 --- a/sample.nomad +++ b/nomad.sample @@ -54,6 +54,9 @@ job "sample" { destination = "secrets/sample.env" env = true } + resources { + memory = 300 + } } }