apps(rallly): Added Rallly to deployment

This commit is contained in:
2025-06-06 11:18:09 +02:00
parent 007a182644
commit 98bc752341
4 changed files with 74 additions and 0 deletions

13
apps/rallly/services.yaml Normal file
View File

@@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
name: rallly
spec:
type: ClusterIP
selector:
app.kubernetes.io/name: rallly
ports:
- protocol: TCP
port: 80
targetPort: 3000
name: http