diff --git a/everything-app/torrents.yaml b/everything-app/torrents.yaml new file mode 100644 index 0000000..47eea84 --- /dev/null +++ b/everything-app/torrents.yaml @@ -0,0 +1,17 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: torrents + namespace: argocd +spec: + destination: + namespace: torr + server: https://kubernetes.default.svc + project: infra + source: + path: apps-kustomized/torrents + repoURL: https://git.martyn.berlin/martyn/infra4talos + targetRevision: HEAD + syncPolicy: + automated: + selfHeal: true