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