Add Poimen Memory to ArgoCD wave 2 deployment (namespace: poimen)

This commit is contained in:
Story Crater Bot
2026-08-22 23:09:02 -07:00
parent 06855b3768
commit aa6b2ae9c3
6 changed files with 83 additions and 1 deletions
+36
View File
@@ -0,0 +1,36 @@
# 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,6 +12,8 @@ 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/*