Files
homelab/archive/jarvis/application.yaml
2026-05-25 21:16:52 -05:00

31 lines
893 B
YAML

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