From 8e76707c44def66d981c93a8b68a090cad50ac6c Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Wed, 11 Jan 2023 22:18:52 +0100 Subject: [PATCH] fix tricot hostname on prod --- cluster/prod/app/core/deploy/core-service.hcl | 2 +- cluster/prod/app/core/deploy/{core.hcl => core-system.hcl} | 2 +- cluster/staging/app/core/deploy/core-service.hcl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename cluster/prod/app/core/deploy/{core.hcl => core-system.hcl} (99%) diff --git a/cluster/prod/app/core/deploy/core-service.hcl b/cluster/prod/app/core/deploy/core-service.hcl index d7a6299..c2fe3c9 100644 --- a/cluster/prod/app/core/deploy/core-service.hcl +++ b/cluster/prod/app/core/deploy/core-service.hcl @@ -10,7 +10,7 @@ job "core-service" { driver = "docker" config { - image = "lxpz/amd64_d53:2" + image = "lxpz/amd64_d53:3" network_mode = "host" readonly_rootfs = true volumes = [ diff --git a/cluster/prod/app/core/deploy/core.hcl b/cluster/prod/app/core/deploy/core-system.hcl similarity index 99% rename from cluster/prod/app/core/deploy/core.hcl rename to cluster/prod/app/core/deploy/core-system.hcl index b59252e..f430703 100644 --- a/cluster/prod/app/core/deploy/core.hcl +++ b/cluster/prod/app/core/deploy/core-system.hcl @@ -121,7 +121,7 @@ EOH template { data = <