diff options
author | Alex Auvolat <alex@adnab.me> | 2022-08-24 18:19:04 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-08-24 18:19:04 +0200 |
commit | 0d2d46f4371a424b3e7c476a472d1dcc098b36d7 (patch) | |
tree | e63b9c7e6b74ce3d542b616c064c675e99f9874d /cluster/prod/app/core | |
parent | cfb1d623d9711156a1195312afa5cebadc8a6697 (diff) | |
download | nixcfg-0d2d46f4371a424b3e7c476a472d1dcc098b36d7.tar.gz nixcfg-0d2d46f4371a424b3e7c476a472d1dcc098b36d7.zip |
skip consul tls verify for diplonat and tricot (should be reverted?)
Diffstat (limited to 'cluster/prod/app/core')
-rw-r--r-- | cluster/prod/app/core/deploy/core.hcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cluster/prod/app/core/deploy/core.hcl b/cluster/prod/app/core/deploy/core.hcl index b87f15d..b2acb43 100644 --- a/cluster/prod/app/core/deploy/core.hcl +++ b/cluster/prod/app/core/deploy/core.hcl @@ -18,7 +18,7 @@ job "core" { driver = "docker" config { - image = "lxpz/amd64_diplonat:3" + image = "lxpz/amd64_diplonat:4" network_mode = "host" readonly_rootfs = true volumes = [ @@ -54,7 +54,7 @@ DIPLONAT_REFRESH_TIME=60 DIPLONAT_EXPIRATION_TIME=300 DIPLONAT_CONSUL_NODE_NAME={{ env "attr.unique.hostname" }} DIPLONAT_CONSUL_URL=https://consul.service.prod.consul:8501 -DIPLONAT_CONSUL_CA_CERT=/etc/diplonat/consul.crt +DIPLONAT_CONSUL_TLS_SKIP_VERIFY=true DIPLONAT_CONSUL_CLIENT_CERT=/etc/diplonat/consul-client.crt DIPLONAT_CONSUL_CLIENT_KEY=/etc/diplonat/consul-client.key RUST_LOG=debug |