remove jarvis deployment

This commit is contained in:
2026-05-25 21:16:52 -05:00
parent 9f3d81729d
commit bb5a57e909
5 changed files with 35 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
# ------------------------------------------------------------------------------
# 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