Remove separate memory app, bundle into wave 2 databases

This commit is contained in:
Story Crater Bot
2026-08-22 23:16:40 -07:00
parent aa6b2ae9c3
commit 9eb5c8ea1a
2 changed files with 0 additions and 38 deletions
-36
View File
@@ -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
-2
View File
@@ -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/*