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,12 @@
apiVersion: v1
kind: Service
metadata:
name: lidarr-service
namespace: stack-arr
spec:
ports:
- port: 8686
targetPort: 8686
selector:
app: lidarr
type: ClusterIP