Files
apps-registry/apps/nginx-app.yaml
T
2026-06-21 06:37:32 +00:00

22 lines
527 B
YAML

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
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