From b6f2a691e78682f8b6ae11e839dd54f377e2d536 Mon Sep 17 00:00:00 2001 From: Daniel Liszka Date: Tue, 13 Jun 2023 16:18:24 +0200 Subject: [PATCH] fix: Choose the random port for HTTP Metrics in the development mode to fix the already-in-use port issues on OSX, refs #155 Signed-off-by: Daniel Liszka --- app/controlplane/configs/config.devel.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controlplane/configs/config.devel.yaml b/app/controlplane/configs/config.devel.yaml index 4e6d24468..9f7e41237 100644 --- a/app/controlplane/configs/config.devel.yaml +++ b/app/controlplane/configs/config.devel.yaml @@ -7,7 +7,7 @@ server: addr: 0.0.0.0:8000 timeout: 1s http_metrics: - addr: 0.0.0.0:5000 + addr: 0.0.0.0:0 grpc: addr: 0.0.0.0:9000 # We have some slow operations such as verifying an OCI registry