first commit

This commit is contained in:
2025-10-08 11:38:29 +02:00
commit 9816c281ad
12 changed files with 220 additions and 0 deletions

14
backend-api/service.yaml Normal file
View File

@@ -0,0 +1,14 @@
apiVersion: v1
kind: Service
metadata:
name: backend-api
namespace: app-notifications
spec:
selector:
app: backend-api
ports:
- protocol: TCP
port: 8100
targetPort: 8100
nodePort: 30100
type: NodePort