pg backup as well
This commit is contained in:
@@ -4,3 +4,4 @@ resources:
|
||||
- secrets.application.yaml
|
||||
- backup.application.yaml
|
||||
- prune.application.yaml
|
||||
- postgres.backup.application.yaml
|
||||
|
18
kluster-deployments/backup/postgres.backup.application.yaml
Normal file
18
kluster-deployments/backup/postgres.backup.application.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: postgres-backup-application
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: infrastructure
|
||||
source:
|
||||
repoURL: https://github.com/moll-re/k3s-infra.git
|
||||
targetRevision: main
|
||||
path: infrastructure/backup/postgres
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: backup
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
Reference in New Issue
Block a user