feat(soulseek): Added soulseek config and readme content

This commit is contained in:
Fishandchips321 2026-04-15 19:03:37 +01:00
parent 9baebfa13c
commit c8bb8c06fb
5 changed files with 122 additions and 1 deletions

22
Soulseek/service.yml Normal file
View file

@ -0,0 +1,22 @@
apiVersion: v1
kind: Service
metadata:
name: soulseek
spec:
selector:
app: soulseek
ports:
- port: 80
targetPort: 5030
---
apiVersion: v1
kind: Service
metadata:
name: soulseek2
spec:
selector:
app: soulseek
ports:
- port: 50300
targetPort: 50300
type: NodePort