This commit is contained in:
Florian 2025-10-17 17:13:51 +02:00
parent fa93567d2e
commit 6b84bdc675
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -11,5 +11,5 @@ spec:
port: 9000
targetPort: 9000
nodePort: 30904
name: prometheus-metrics
name: prometheus-metrics
type: NodePort