feat: Add Prowlarr
This commit is contained in:
parent
9718e6c85b
commit
6a909396a5
8 changed files with 114 additions and 0 deletions
9
k8s-wheatley/prowlarr/database.yaml
Normal file
9
k8s-wheatley/prowlarr/database.yaml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
apiVersion: postgresql.cnpg.io/v1
|
||||
kind: Cluster
|
||||
metadata:
|
||||
name: prowlarr-db
|
||||
spec:
|
||||
instances: 1
|
||||
storage:
|
||||
size: 1Gi
|
||||
Loading…
Add table
Add a link
Reference in a new issue