From bd524d2dbd62a3b4d71081e2a2a9fc6d922358b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de> Date: Wed, 14 Apr 2021 17:52:44 +0200 Subject: [PATCH] Fix mistakenly changed metrics ports --- theodolite-quarkus/config/aggregation-service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theodolite-quarkus/config/aggregation-service.yaml b/theodolite-quarkus/config/aggregation-service.yaml index 916dd6677..85432d04f 100644 --- a/theodolite-quarkus/config/aggregation-service.yaml +++ b/theodolite-quarkus/config/aggregation-service.yaml @@ -14,4 +14,4 @@ spec: targetPort: 80 protocol: TCP - name: metrics - port: 9980 + port: 5556 -- GitLab