feat(apps): Add splitpro application

This commit is contained in:
2026-09-24 22:57:55 +05:30
parent 8659225f0d
commit a9b287d06c
8 changed files with 232 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
apiVersion: v1
kind: Service
metadata:
name: splitpro
namespace: splitpro
spec:
ports:
- name: http
port: 3000
targetPort: http
selector:
app.kubernetes.io/name: splitpro