From 92f17e35c9cd123f29b1510524712ba46fc04805 Mon Sep 17 00:00:00 2001 From: Martyn Ranyard Date: Thu, 3 Oct 2024 15:03:48 +0000 Subject: [PATCH] This has been running a while Signed-off-by: Martyn Ranyard --- everything-app/torrents.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 everything-app/torrents.yaml 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