feat(lidarr): Added lidarr config and readme content
This commit is contained in:
parent
a50fd5caca
commit
b5946b3f81
5 changed files with 97 additions and 1 deletions
10
Lidarr/service.yml
Normal file
10
Lidarr/service.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: lidarr
|
||||
spec:
|
||||
selector:
|
||||
app: lidarr
|
||||
ports:
|
||||
- port: 80
|
||||
targetPort: 8686
|
||||
Loading…
Add table
Add a link
Reference in a new issue