Files
poimen-memory/k8s/app/kustomization.yaml
T
rock 4403913b39
Build and Push / Test (push) Failing after 6s
Build and Push / Build and push image (push) Skipped
fix: remove unused vault PVC from memory deployment
Memory service stores in pgvector, not local files.
PVC was RWO causing multi-node scheduling failures with 2 replicas.
MEM_HOME points to /tmp (emptyDir) for any scratch needs.
2026-08-30 07:23:18 -07:00

11 lines
302 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: poimen
resources:
# vault-pvc.yaml removed — memory service uses pgvector, not local storage
- deployment.yaml
- service.yaml
- obsidian.yaml
# Secret managed separately (SealedSecret in homelab)
# - secrets.yaml