diff --git a/k8s/argocd/apps/71-poimen-memory.yaml b/k8s/argocd/apps/71-poimen-memory.yaml deleted file mode 100644 index 5459e6c..0000000 --- a/k8s/argocd/apps/71-poimen-memory.yaml +++ /dev/null @@ -1,36 +0,0 @@ -# Poimen Memory — LLM-powered gated memory system -# Tracks k8s/argocd/ apps from Poimen Memory repo -# Wave 7: Same as other Poimen services, syncs after core infra -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: poimen-memory-root - namespace: argocd - labels: - app.kubernetes.io/name: poimen-memory - app.kubernetes.io/component: memory-system - annotations: - argocd.argoproj.io/sync-wave: "7" -spec: - project: homelab - source: - repoURL: https://github.com/Riotpiaole/Poimen-memory.git - targetRevision: main - path: k8s/argocd - directory: - recurse: false - destination: - server: https://kubernetes.default.svc - namespace: argocd - syncPolicy: - automated: - prune: true - selfHeal: true - syncOptions: - - CreateNamespace=true - retry: - limit: 5 - backoff: - duration: 5s - factor: 2 - maxDuration: 3m diff --git a/k8s/argocd/projects/homelab-project.yaml b/k8s/argocd/projects/homelab-project.yaml index 5419ff7..3673708 100644 --- a/k8s/argocd/projects/homelab-project.yaml +++ b/k8s/argocd/projects/homelab-project.yaml @@ -12,8 +12,6 @@ spec: description: Homelab GitOps — single-repo, in-cluster destinations only sourceRepos: - https://github.com/Riotpiaole/riotpiao.homelab.com.git - # Poimen Memory repository - - https://github.com/Riotpiaole/Poimen-memory.git # In-cluster Forgejo wildcard — all rock/* repos can be onboarded without # touching this AppProject. Enabled by Stage 1 (A1). - https://forgejo.riotpiao.com/rock/*