lidarr ollama ui, soulseek

This commit is contained in:
Tomás Limpinho
2026-04-27 17:37:03 +01:00
parent 9ec50c9d68
commit 0e06c98eb3
18 changed files with 612 additions and 42 deletions

View File

@ -0,0 +1,25 @@
apiVersion: v1
kind: Service
metadata:
name: soulseek-service
namespace: stack-arr
spec:
ports:
- port: 5030
targetPort: 5030
selector:
app: soulseek
type: ClusterIP
apiVersion: v1
kind: Service
metadata:
name: soulseek-communication-service
namespace: stack-arr
spec:
ports:
- port: 50300
targetPort: 50300
selector:
app: soulseek
type: ClusterIP