feat: Add Prowlarr
This commit is contained in:
parent
9718e6c85b
commit
6a909396a5
8 changed files with 114 additions and 0 deletions
12
k8s-wheatley/prowlarr/services.yaml
Normal file
12
k8s-wheatley/prowlarr/services.yaml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: prowlarr
|
||||
spec:
|
||||
selector:
|
||||
app: prowlarr
|
||||
ports:
|
||||
- port: 80
|
||||
protocol: TCP
|
||||
targetPort: 9696
|
||||
Loading…
Add table
Add a link
Reference in a new issue