diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-03-26 10:13:51 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-03-26 10:14:04 +0200 |
commit | 2de291e9b7059ad7d3c06b7ef930f9e470d65c70 (patch) | |
tree | 7b35956d04a176369305d5b03e3a0b1ffa194079 | |
parent | 8ae9ec65148378bbd97bd6c83fa58832b8516407 (diff) | |
download | nixcfg-2de291e9b7059ad7d3c06b7ef930f9e470d65c70.tar.gz nixcfg-2de291e9b7059ad7d3c06b7ef930f9e470d65c70.zip |
upgrade bottin + remove bespin
-rw-r--r-- | cluster/prod/app/core/deploy/core-system.hcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cluster/prod/app/core/deploy/core-system.hcl b/cluster/prod/app/core/deploy/core-system.hcl index 03886b4..6ece3d6 100644 --- a/cluster/prod/app/core/deploy/core-system.hcl +++ b/cluster/prod/app/core/deploy/core-system.hcl @@ -1,5 +1,5 @@ job "core" { - datacenters = ["orion", "neptune", "bespin", "scorpio"] + datacenters = ["orion", "neptune", "scorpio"] type = "system" priority = 90 @@ -181,7 +181,7 @@ EOH task "bottin" { driver = "docker" config { - image = "superboum/bottin_amd64:22" + image = "dxflrs/bottin:7h18i30cckckaahv87d3c86pn4a7q41z" network_mode = "host" readonly_rootfs = true ports = [ "ldap_port" ] |