From 89ae4bd011d107fb13ff8ed5c030c6252320db3e Mon Sep 17 00:00:00 2001 From: gifrerenom <lluis.gifre@cttc.es> Date: Wed, 9 Apr 2025 16:36:08 +0000 Subject: [PATCH] Manifests: - Corrected log levels, annotations, and ports --- manifests/pathcompservice.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/pathcompservice.yaml b/manifests/pathcompservice.yaml index b6f969bf4..0cac6cc18 100644 --- a/manifests/pathcompservice.yaml +++ b/manifests/pathcompservice.yaml @@ -36,7 +36,7 @@ spec: - containerPort: 9192 env: - name: LOG_LEVEL - value: "DEBUG" + value: "INFO" - name: ENABLE_FORECASTER value: "NO" readinessProbe: -- GitLab