From 3e7c6d68b98ddca9a1002a568703f2a6568dfabe Mon Sep 17 00:00:00 2001 From: devops Date: Sun, 21 Jun 2026 05:57:49 +0000 Subject: [PATCH] =?UTF-8?q?A=C3=B1adir=20application.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 application.yaml diff --git a/application.yaml b/application.yaml new file mode 100644 index 0000000..66df14a --- /dev/null +++ b/application.yaml @@ -0,0 +1,18 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: root-apps-registry + namespace: argocd +spec: + project: default + source: + repoURL: 'https://gitea.cruzcloud.net/devops/apps-registry.git' + path: apps # Vigilará todo lo que esté dentro de la carpeta apps/ + targetRevision: main + destination: + server: 'https://kubernetes.default.svc' + namespace: argocd + syncPolicy: + automated: + prune: true + selfHeal: true \ No newline at end of file