aboutsummaryrefslogtreecommitdiff
path: root/nomad
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2020-05-21 11:54:32 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2020-05-21 11:54:32 +0200
commit5d3fdfbc161fb94854ac0c0eaf58744c7e48debf (patch)
tree90cd8160cf11c50158948149a61d36142727f679 /nomad
parentb37680cdc187c8ff2da89fde8842ed5290a07dd7 (diff)
downloadinfrastructure-5d3fdfbc161fb94854ac0c0eaf58744c7e48debf.tar.gz
infrastructure-5d3fdfbc161fb94854ac0c0eaf58744c7e48debf.zip
Increase traefik RAM
Diffstat (limited to 'nomad')
-rw-r--r--nomad/traefik.hcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/nomad/traefik.hcl b/nomad/traefik.hcl
index 1edc8ef..7f02dfb 100644
--- a/nomad/traefik.hcl
+++ b/nomad/traefik.hcl
@@ -20,7 +20,7 @@ job "frontend" {
}
resources {
- memory = 101
+ memory = 265
network {
port "https_port" {
static = "443"