Remove separate memory app, bundle into wave 2 databases
This commit is contained in:
@@ -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
|
|
||||||
@@ -12,8 +12,6 @@ spec:
|
|||||||
description: Homelab GitOps — single-repo, in-cluster destinations only
|
description: Homelab GitOps — single-repo, in-cluster destinations only
|
||||||
sourceRepos:
|
sourceRepos:
|
||||||
- https://github.com/Riotpiaole/riotpiao.homelab.com.git
|
- 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
|
# In-cluster Forgejo wildcard — all rock/* repos can be onboarded without
|
||||||
# touching this AppProject. Enabled by Stage 1 (A1).
|
# touching this AppProject. Enabled by Stage 1 (A1).
|
||||||
- https://forgejo.riotpiao.com/rock/*
|
- https://forgejo.riotpiao.com/rock/*
|
||||||
|
|||||||
Reference in New Issue
Block a user