fix(intranet): align search deploy config

This commit is contained in:
Andrew Stoltz
2026-06-10 19:01:08 -05:00
parent 70f36c546b
commit 4b57b8e939

View File

@@ -60,7 +60,12 @@ spec:
# ≈ 9 hours. BLUEJAY-WS GPU (R9700, 32GB VRAM) does the same work # ≈ 9 hours. BLUEJAY-WS GPU (R9700, 32GB VRAM) does the same work
# in minutes. Memory: feedback_pi5_nomic_embed_slow. # in minutes. Memory: feedback_pi5_nomic_embed_slow.
- name: IntranetSearch__OllamaBaseUrl - name: IntranetSearch__OllamaBaseUrl
value: "http://10.0.56.20:11434" value: "http://edge1.iamworkin.lan:11434"
# External Notes corpus roots are not mounted in the live pod today.
# Keep the curated/workflow docs directory active without logging
# repeated /srv/flowercore-notes missing-root warnings.
- name: IntranetSearch__Enabled
value: "false"
# Sprint E Phase 2α — JSON-file-backed PageReadingOverride persistence # Sprint E Phase 2α — JSON-file-backed PageReadingOverride persistence
# on the writable PVC at /data. Without this env var the # on the writable PVC at /data. Without this env var the
# intranet falls back to the in-memory store (loses state on # intranet falls back to the in-memory store (loses state on