From 65ca536b3b3bf92115d0fd2618555ea056dc6b6f Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Thu, 17 Feb 2022 15:06:09 +0100 Subject: Add telemetry to garage staging --- app/garage-staging/deploy/garage.hcl | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'app/garage-staging/deploy') diff --git a/app/garage-staging/deploy/garage.hcl b/app/garage-staging/deploy/garage.hcl index 3412a4a..44aa0c9 100644 --- a/app/garage-staging/deploy/garage.hcl +++ b/app/garage-staging/deploy/garage.hcl @@ -15,6 +15,7 @@ job "garage-staging" { port "s3" { static = 3990 } port "rpc" { static = 3991 } port "web" { static = 3992 } + port "admin" { static = 3909 } } update { @@ -27,7 +28,7 @@ job "garage-staging" { driver = "docker" config { - image = "dxflrs/amd64_garage:v0.6.0-rc1" + image = "dxflrs/amd64_garage:37011a2f6ec680e4b0bbc96fa7fa86d3738d9de8" command = "/garage" args = [ "server" ] network_mode = "host" @@ -120,6 +121,15 @@ job "garage-staging" { } } + service { + tags = [ + "garage-staging-admin", + ] + port = 3909 + address_mode = "driver" + name = "garage-staging-admin" + } + restart { interval = "30m" attempts = 10 -- cgit v1.2.3