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

View File

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