diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-03-16 16:19:35 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-03-16 16:19:35 +0100 |
commit | 8b67c48c529996ff94fb4568022f6226cba32c30 (patch) | |
tree | b2e89edbe51c1e029370a630e4e1365e9eaa3440 | |
parent | 7bf1467cb14856985e32b048943e4ad726c0384e (diff) | |
download | nixcfg-8b67c48c529996ff94fb4568022f6226cba32c30.tar.gz nixcfg-8b67c48c529996ff94fb4568022f6226cba32c30.zip |
Fix consul port
-rw-r--r-- | cluster/staging/app/ci/deploy/albatros.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cluster/staging/app/ci/deploy/albatros.hcl b/cluster/staging/app/ci/deploy/albatros.hcl index cf32b08..587b409 100644 --- a/cluster/staging/app/ci/deploy/albatros.hcl +++ b/cluster/staging/app/ci/deploy/albatros.hcl @@ -28,7 +28,7 @@ job "albatros" { NOMAD_CACERT = "/var/run/secrets/albatros/nomad-ca.crt" NOMAD_CLIENT_CERT = "/var/run/secrets/albatros/nomad-client.crt" NOMAD_CLIENT_KEY = "/var/run/secrets/albatros/nomad-client.key" - CONSUL_HTTP_ADDR = "https://consul.service.staging.consul:8500" + CONSUL_HTTP_ADDR = "https://consul.service.staging.consul:8501" CONSUL_CACERT = "/var/run/secrets/albatros/consul-ca.crt" CONSUL_CLIENT_CERT = "/var/run/secrets/albatros/consul-client.crt" CONSUL_CLIENT_KEY = "/var/run/secrets/albatros/consul-client.key" |