feat(prowlarr): Added readme content and config
This commit is contained in:
parent
0adaa38c8c
commit
9e3d9c32c3
4 changed files with 89 additions and 0 deletions
11
Prowlarr/service.yml
Normal file
11
Prowlarr/service.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: prowlarr
|
||||
spec:
|
||||
selector:
|
||||
app: prowlarr
|
||||
ports:
|
||||
- name: http
|
||||
port: 80
|
||||
targetPort: 9696
|
||||
Loading…
Add table
Add a link
Reference in a new issue