feat: Add slskd
This commit is contained in:
parent
845aea8b13
commit
a3d532de93
5 changed files with 85 additions and 2 deletions
|
|
@ -10,3 +10,15 @@ spec:
|
|||
- port: 80
|
||||
protocol: TCP
|
||||
targetPort: 8112
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: slskd
|
||||
spec:
|
||||
selector:
|
||||
app: slskd
|
||||
ports:
|
||||
- port: 80
|
||||
protocol: TCP
|
||||
targetPort: 8112
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue