nomad

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

commit a6fdc09c4749f8c14c085330dd9ef9f332f26778
parent 39f987fd3ef18bded43334836e0ade0e7f39759f
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Thu, 13 Apr 2023 20:10:04 +0200

feat(infra): bump infra resources

Diffstat:
Mhcl/infra/nfs/plugin-nfs-controller.nomad | 4++--
Mhcl/infra/nfs/plugin-nfs-nodes.nomad | 4++--
Mhcl/infra/registry/simple-registry.nomad | 4++--
3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/hcl/infra/nfs/plugin-nfs-controller.nomad b/hcl/infra/nfs/plugin-nfs-controller.nomad @@ -36,8 +36,8 @@ job "plugin-nfs-controller" { } resources { - memory = 128 - cpu = 100 + memory = 256 + cpu = 300 } } } diff --git a/hcl/infra/nfs/plugin-nfs-nodes.nomad b/hcl/infra/nfs/plugin-nfs-nodes.nomad @@ -33,8 +33,8 @@ job "plugin-nfs-nodes" { } resources { - memory = 128 - cpu = 100 + memory = 256 + cpu = 300 } } } diff --git a/hcl/infra/registry/simple-registry.nomad b/hcl/infra/registry/simple-registry.nomad @@ -35,8 +35,8 @@ job "simple-registry" { } resources { - memory = 128 - cpu = 200 + memory = 256 + cpu = 300 } } }