From f296388482501f0e3b66afcd15c75f98750fcbb8 Mon Sep 17 00:00:00 2001 From: devops Date: Sun, 21 Jun 2026 06:05:36 +0000 Subject: [PATCH] =?UTF-8?q?A=C3=B1adir=20apps/nginx-app.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/nginx-app.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 apps/nginx-app.yaml diff --git a/apps/nginx-app.yaml b/apps/nginx-app.yaml new file mode 100644 index 0000000..2431d1d --- /dev/null +++ b/apps/nginx-app.yaml @@ -0,0 +1,22 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: nginx-app + namespace: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + project: default + source: + repoURL: 'https://gitea.cruzcloud.net/devops/apps-registry.git' + path: apps/nginx + targetRevision: main # Usamos la rama explĂ­cita + destination: + server: 'https://kubernetes.default.svc' + namespace: nginx-web + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true \ No newline at end of file