From 6b84bdc675f8523c0f13fc32ab2c6c27b1d1f2bb Mon Sep 17 00:00:00 2001 From: Florian Date: Fri, 17 Oct 2025 17:13:51 +0200 Subject: [PATCH] Debug --- backend-push-notifications/deployment.yaml | 2 ++ backend-push-notifications/service.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/backend-push-notifications/deployment.yaml b/backend-push-notifications/deployment.yaml index 5324247..32b1d6a 100644 --- a/backend-push-notifications/deployment.yaml +++ b/backend-push-notifications/deployment.yaml @@ -26,6 +26,8 @@ spec: value: "rabbitmq.app-notifications.svc.cluster.local" - name: BACKEND_PN_DB_HOST value: "mysql.app-notifications.svc.cluster.local" + - name: LOG_LEVEL + value: "DEBUG" volumeMounts: - name: backend-push-notifications-secrets mountPath: /etc/secrets diff --git a/backend-push-notifications/service.yaml b/backend-push-notifications/service.yaml index 9b9109d..740938c 100644 --- a/backend-push-notifications/service.yaml +++ b/backend-push-notifications/service.yaml @@ -11,5 +11,5 @@ spec: port: 9000 targetPort: 9000 nodePort: 30904 - name: prometheus-metrics + name: prometheus-metrics type: NodePort