diff options
author | ADRN <adrien@luxeylab.net> | 2024-05-12 22:02:22 +0200 |
---|---|---|
committer | ADRN <adrien@luxeylab.net> | 2024-05-12 22:02:22 +0200 |
commit | f55891ba211abcc6088276d52b674e4ad673291e (patch) | |
tree | 1824b91781e57c0fc9fe58cabbbe151821db12d9 /cluster/prod/app/cryptpad | |
parent | 9a6935ac907de92034a3a09f160f6c8ed195eadf (diff) | |
download | nixcfg-f55891ba211abcc6088276d52b674e4ad673291e.tar.gz nixcfg-f55891ba211abcc6088276d52b674e4ad673291e.zip |
migration Cryptpad sur Courgette (Neptune) depuis Abricot (Scorpio), avec reconfiguration des backups
Diffstat (limited to 'cluster/prod/app/cryptpad')
-rw-r--r-- | cluster/prod/app/cryptpad/deploy/cryptpad.hcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cluster/prod/app/cryptpad/deploy/cryptpad.hcl b/cluster/prod/app/cryptpad/deploy/cryptpad.hcl index a9bf089..1be4da2 100644 --- a/cluster/prod/app/cryptpad/deploy/cryptpad.hcl +++ b/cluster/prod/app/cryptpad/deploy/cryptpad.hcl @@ -1,5 +1,5 @@ job "cryptpad" { - datacenters = ["scorpio"] + datacenters = ["neptune"] type = "service" group "cryptpad" { @@ -22,7 +22,7 @@ job "cryptpad" { constraint { attribute = "${attr.unique.hostname}" operator = "=" - value = "abricot" + value = "courgette" } config { |