chore: retire obsidian service
CI / CI (pull_request) Successful in 11m41s

- Remove obsidian.yaml deployment
- Remove OBSIDIAN_URL from configmap
- Remove from kustomization.yaml
- obsidian_ref_source.rs kept as dead code (no callers)
- Reference docs now handled via memory graph entities
- Scaled obsidian-server to 0 in cluster
This commit is contained in:
2026-09-10 09:10:23 +09:00
parent 733e85f7fb
commit 3023fce33d
3 changed files with 1 additions and 161 deletions
-1
View File
@@ -20,7 +20,6 @@ data:
# OpenSearch
OPENSEARCH_HOST: "opensearch.poimen.svc.cluster.local:9200"
# Obsidian
OBSIDIAN_URL: "http://obsidian-server.poimen.svc.cluster.local:8080"
# LLM Configuration (for entity extraction)
LLM_ENDPOINT: "http://api-internal.riotpiao.com:8000/v1/chat/completions"
LLM_MODEL: "qwen:7b"