From 385882c74c80156b2740ac3bad009605468b4372 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Mon, 13 Mar 2023 19:58:37 +0100 Subject: Changes in prod: - migrate courgette and concombre to M710q machines with SSD+HDD - migrate prod/c* to nixos 22.11 --- cluster/prod/app/cryptpad/deploy/cryptpad.hcl | 4 ++-- cluster/prod/app/telemetry/deploy/telemetry-storage.hcl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'cluster/prod/app') diff --git a/cluster/prod/app/cryptpad/deploy/cryptpad.hcl b/cluster/prod/app/cryptpad/deploy/cryptpad.hcl index 59803bf..0d8ac5f 100644 --- a/cluster/prod/app/cryptpad/deploy/cryptpad.hcl +++ b/cluster/prod/app/cryptpad/deploy/cryptpad.hcl @@ -22,7 +22,7 @@ job "cryptpad" { constraint { attribute = "${attr.unique.hostname}" operator = "=" - value = "courgette" + value = "concombre" } config { @@ -30,7 +30,7 @@ job "cryptpad" { ports = [ "http" ] volumes = [ - "/mnt/storage/cryptpad:/mnt", + "/mnt/ssd/cryptpad:/mnt", "secrets/config.js:/etc/cryptpad/config.js", ] } diff --git a/cluster/prod/app/telemetry/deploy/telemetry-storage.hcl b/cluster/prod/app/telemetry/deploy/telemetry-storage.hcl index bf64719..d4667fa 100644 --- a/cluster/prod/app/telemetry/deploy/telemetry-storage.hcl +++ b/cluster/prod/app/telemetry/deploy/telemetry-storage.hcl @@ -14,7 +14,7 @@ job "telemetry-storage" { constraint { attribute = "${attr.unique.hostname}" operator = "set_contains_any" - value = "concombre,df-ymk" + value = "celeri,df-ymk" } task "prometheus" { -- cgit v1.2.3