chore: Cleanup databases

This commit is contained in:
Peter 2026-01-27 22:19:57 +01:00
parent 22ae1a5f7f
commit 5dfb1b219b
Signed by: Peter
SSH key fingerprint: SHA256:B5tYaxBExaDm74r1px9iVeZ6F/ZDiyiy9SbBqfZYrvg
6 changed files with 0 additions and 30 deletions

View file

@ -1,9 +0,0 @@
---
apiVersion: postgresql.cnpg.io/v1
kind: Cluster
metadata:
name: prowlarr-db
spec:
instances: 1
storage:
size: 1Gi

View file

@ -4,7 +4,6 @@ kind: Kustomization
namespace: prowlarr
resources:
# - database.yaml
- deployments.yaml
- ingress.yaml
- pvc.yaml

View file

@ -1,9 +0,0 @@
---
apiVersion: postgresql.cnpg.io/v1
kind: Cluster
metadata:
name: radarr-db
spec:
instances: 1
storage:
size: 1Gi

View file

@ -4,7 +4,6 @@ kind: Kustomization
namespace: radarr
resources:
# - database.yaml
- deployments.yaml
- ingress.yaml
- pvc.yaml

View file

@ -1,9 +0,0 @@
---
apiVersion: postgresql.cnpg.io/v1
kind: Cluster
metadata:
name: sonarr-db
spec:
instances: 1
storage:
size: 1Gi

View file

@ -4,7 +4,6 @@ kind: Kustomization
namespace: sonarr
resources:
# - database.yaml
- deployments.yaml
- ingress.yaml
- pvc.yaml