feat(soulseek): Added soulseek config and readme content
This commit is contained in:
parent
9baebfa13c
commit
c8bb8c06fb
5 changed files with 122 additions and 1 deletions
22
Soulseek/service.yml
Normal file
22
Soulseek/service.yml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue