Bundle memory database into homelab orchestration (remove separate app)

This commit is contained in:
Story Crater Bot
2026-08-22 23:16:39 -07:00
parent 695e115212
commit 8b8e3ec17b
3 changed files with 70 additions and 256 deletions
-6
View File
@@ -1,6 +0,0 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
# Poimen Memory ArgoCD applications (tracked by poimen-orchestrator)
# Each app syncs from this repo's main branch
resources:
- memory-database-app.yaml
-34
View File
@@ -1,34 +0,0 @@
# Poimen Memory Database — CNPG Postgres cluster with pgvector
# Synced by poimen-orchestrator (or standalone if deployed directly)
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: poimen-memory-database
namespace: argocd
labels:
app.kubernetes.io/name: poimen-memory
app.kubernetes.io/component: database
annotations:
argocd.argoproj.io/sync-wave: "2" # Wave 2: databases (after bootstrap, before apps)
spec:
project: homelab
source:
repoURL: https://github.com/Riotpiaole/Poimen-memory.git
targetRevision: main
path: k8s/infra/databases
destination:
server: https://kubernetes.default.svc
namespace: default
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- ServerSideApply=true
retry:
limit: 5
backoff:
duration: 5s
factor: 2
maxDuration: 3m