From acf407a95f9db9c1e0186f6f6c9f356840aa4183 Mon Sep 17 00:00:00 2001 From: Anthony Bretaudeau Date: Fri, 24 Nov 2023 14:25:38 +0100 Subject: [PATCH] consul image moved --- docker-compose-otherdb.yml | 2 +- docker-compose-traefik.yml | 2 +- docker-compose.yml | 2 +- kubernetes/helm/templates/biomaj-consul.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docker-compose-otherdb.yml b/docker-compose-otherdb.yml index 958cdd3..ca5862b 100644 --- a/docker-compose-otherdb.yml +++ b/docker-compose-otherdb.yml @@ -28,7 +28,7 @@ - RABBITMQ_DEFAULT_PASS=biomaj biomaj-consul: - image: consul + image: hashicorp/consul:1.17 hostname: consulnode1 ports: - "8400:8400" diff --git a/docker-compose-traefik.yml b/docker-compose-traefik.yml index 1f1410c..7551465 100644 --- a/docker-compose-traefik.yml +++ b/docker-compose-traefik.yml @@ -50,7 +50,7 @@ - RABBITMQ_DEFAULT_PASS=biomaj biomaj-consul: - image: consul + image: hashicorp/consul:1.17 hostname: consulnode1 ports: - "8400:8400" diff --git a/docker-compose.yml b/docker-compose.yml index b15d3fa..00a4406 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -28,7 +28,7 @@ - RABBITMQ_DEFAULT_PASS=biomaj biomaj-consul: - image: consul + image: hashicorp/consul:1.17 hostname: consulnode1 ports: - "8400:8400" diff --git a/kubernetes/helm/templates/biomaj-consul.yml b/kubernetes/helm/templates/biomaj-consul.yml index dad6b1d..122a410 100644 --- a/kubernetes/helm/templates/biomaj-consul.yml +++ b/kubernetes/helm/templates/biomaj-consul.yml @@ -8,6 +8,6 @@ spec: hostname: consulnode1 containers: - name: biomaj-consul - image: consul + image: hashicorp/consul:1.17 command: ["consul"] args: ["agent", "-dev", "-client", "0.0.0.0", "-log-level", "info"]