Added backend push notifications

This commit is contained in:
2025-10-17 16:47:26 +02:00
parent c990cdf317
commit fa93567d2e
2 changed files with 51 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
name: backend-push-notifications
namespace: app-notifications
spec:
selector:
app: backend-push-notifications
ports:
- protocol: TCP
port: 9000
targetPort: 9000
nodePort: 30904
name: prometheus-metrics
type: NodePort