k3s-infra/kluster-deployments/backup/postgres.backup.application.yaml
2023-11-28 22:28:34 +01:00

18 lines
426 B
YAML

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