From 7a648f42343698857968430c6356089e47b6126e Mon Sep 17 00:00:00 2001 From: Florian Date: Fri, 17 Oct 2025 09:27:08 +0200 Subject: [PATCH] No more debugging --- backend-api/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend-api/deployment.yaml b/backend-api/deployment.yaml index 572f591..246a936 100644 --- a/backend-api/deployment.yaml +++ b/backend-api/deployment.yaml @@ -24,7 +24,7 @@ spec: - name: BACKEND_API_DB_HOST value: "mysql.app-notifications.svc.cluster.local" - name: LOG_LEVEL - value: "DEBUG" + value: "INFO" volumeMounts: - name: backend-api-secrets mountPath: /etc/secrets