aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2023-03-16 16:53:16 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2023-03-16 16:53:16 +0100
commit6fe8ef6eedbe8bb975e05efc05c6258985062e9e (patch)
tree172f6c6b515e43f7d60efc7ff8523db72770a19c
parent8b67c48c529996ff94fb4568022f6226cba32c30 (diff)
downloadnixcfg-6fe8ef6eedbe8bb975e05efc05c6258985062e9e.tar.gz
nixcfg-6fe8ef6eedbe8bb975e05efc05c6258985062e9e.zip
update albatros
-rw-r--r--cluster/staging/app/ci/deploy/albatros.hcl8
1 files changed, 7 insertions, 1 deletions
diff --git a/cluster/staging/app/ci/deploy/albatros.hcl b/cluster/staging/app/ci/deploy/albatros.hcl
index 587b409..dbec9d0 100644
--- a/cluster/staging/app/ci/deploy/albatros.hcl
+++ b/cluster/staging/app/ci/deploy/albatros.hcl
@@ -8,6 +8,12 @@ job "albatros" {
value = "amd64"
}
+ constraint {
+ attribute = "${attr.unique.hostname}"
+ operator = "!="
+ value = "caribou"
+ }
+
group "main" {
network {
port "http" { to = 8080 }
@@ -16,7 +22,7 @@ job "albatros" {
task "controller" {
driver = "docker"
config {
- image = "dxflrs/albatros:28f44e5778235ef4eb88ad9050aeddbe80f3129d"
+ image = "dxflrs/albatros:2441ba1958b2bcae5d70a0ea4261bc0a7dd882e8"
ports = [ "http" ]
volumes = [
"secrets/certs:/var/run/secrets/albatros"