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