Files
apps
infrastructure
kluster-deployments
adguard
backup
backup.application.yaml
common.application.yaml
kustomization.yaml
postgres.backup.application.yaml
prune.application.yaml
eth-physics
external-dns
finance
gitea
homeassistant
immich
journal
media
metallb-system
monitoring
nextcloud
nfs
ntfy
pg-ha
recipes
renovate
rss
syncthing
traefik
whoami
README.md
gitea-repo.sealedsecret.yaml
kustomization.yaml
projects.yaml
.gitignore
.gitmodules
README.md
renovate.json
k3s-infra/kluster-deployments/backup/prune.application.yaml

18 lines
444 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: restic-prune-application
namespace: argocd
spec:
project: infrastructure
source:
repoURL: ssh://git@git.kluster.moll.re:2222/remoll/k3s-infra.git
targetRevision: main
path: infrastructure/backup/overlays/prune
destination:
server: https://kubernetes.default.svc
namespace: backup
syncPolicy:
automated:
prune: true
selfHeal: true