chore(argocd): Allow applicationsync to be turned off
This commit is contained in:
parent
621f22546f
commit
ebb770d44e
11 changed files with 221 additions and 8 deletions
9
k8s-wheatley/sonarr/database.yaml
Normal file
9
k8s-wheatley/sonarr/database.yaml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
apiVersion: postgresql.cnpg.io/v1
|
||||
kind: Cluster
|
||||
metadata:
|
||||
name: sonarr-db
|
||||
spec:
|
||||
instances: 1
|
||||
storage:
|
||||
size: 1Gi
|
||||
Loading…
Add table
Add a link
Reference in a new issue