2024-09-17 13:42:33 +02:00

19 lines
428 B
YAML

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