# ------------------------------------------------------------------------------ # Application: jarvis (Hermes Agent) # Wave 20 — application workload, after platform services # Single-source: all manifests from repo # ------------------------------------------------------------------------------ apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: jarvis namespace: argocd annotations: argocd.argoproj.io/sync-wave: "20" spec: project: default sources: - repoURL: https://gitea.mk-labs.cloud/rblundon/homelab.git targetRevision: main path: cluster/applications/jarvis directory: exclude: "application.yaml" destination: server: https://kubernetes.default.svc namespace: jarvis syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true - ServerSideApply=true