nomad

HCL and Docker files for Nomad deployments
git clone https://git.in0rdr.ch/nomad.git
Log | Files | Refs | Pull requests

commit a887dcaeb73eda88597775998b0907712c4a6620
parent 9ab0d8d0a3bafcc41b5b68a81a59138406e6e3d7
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Wed, 29 Mar 2023 11:24:17 +0200

feat: bump mastodon-web cpu

Diffstat:
Mhcl/default/mastodon/mastodon.nomad | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hcl/default/mastodon/mastodon.nomad b/hcl/default/mastodon/mastodon.nomad @@ -123,7 +123,7 @@ job "mastodon" { resources { memory = 512 - cpu = 200 + cpu = 300 } }