chore(argocd): sync Application manifests with live cluster state

- Update the 5 Applications that still pointed at the internal Gitea URL
  (gitea.gitea.svc.cluster.local) to https://git.chemavx.xyz, matching the
  live patch that made the Gitea->ArgoCD webhook effective for them.
- Add the 9 Applications that existed only in the cluster (filebrowser,
  ghost-en, k8s-manifests, ollama, renovate, researchowl, trilium, umami,
  zona-exclusion) so a cluster rebuild can restore all 14 from git.

Files are verbatim dumps of the live spec. Note: the old
application-polymarket-bot.yaml and application-n8n.yaml in git carried
telegram notification annotations and prune:true that were NOT live; this
snapshot replaces them with what actually runs.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
ChemaVX
2026-06-12 07:45:31 +00:00
co-authored by Claude Fable 5
parent b60c160b21
commit d99729a1f7
14 changed files with 261 additions and 41 deletions
+6 -6
View File
@@ -4,17 +4,17 @@ metadata:
name: registry-cache
namespace: argocd
spec:
destination:
namespace: registry-cache
server: https://kubernetes.default.svc
project: default
source:
repoURL: http://gitea.gitea.svc.cluster.local:3000/chemavx/k8s-manifests.git
targetRevision: main
path: registry-cache
destination:
server: https://kubernetes.default.svc
namespace: registry-cache
repoURL: https://git.chemavx.xyz/chemavx/k8s-manifests
targetRevision: main
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- CreateNamespace=true