2026-08-22 21:43:23 -07:00
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
|
kind: Kustomization
|
2026-08-27 21:05:09 -07:00
|
|
|
# Poimen Memory databases:
|
|
|
|
|
# - CNPG Postgres cluster with pgvector extension (semantic search)
|
|
|
|
|
# - OpenSearch cluster with JWT realm (lexical search)
|
2026-08-22 21:43:23 -07:00
|
|
|
resources:
|
|
|
|
|
- memory-db.yaml
|
2026-08-27 21:05:09 -07:00
|
|
|
- opensearch.yaml
|