sol: vault auth, gitea integration, search fixes

sol-config: added [vault] and [services.gitea] sections, fetch
allowlist (wttr.in, open-meteo, github), bumped context windows
to 200, updated system prompt with run_script docs and tool rules.

sol-deployment: added gitea admin credential env vars from
sol-secrets, automountServiceAccountToken for vault k8s auth.

vault-secrets: added gitea-admin-username and gitea-admin-password
templates to sol-secrets VSS.
This commit is contained in:
2026-03-22 15:14:43 +00:00
parent e1e6a6bc31
commit fb91fcd284
3 changed files with 79 additions and 9 deletions

View File

@@ -65,3 +65,7 @@ spec:
text: '{{ index .Secrets "matrix-device-id" }}'
mistral-api-key:
text: '{{ index .Secrets "mistral-api-key" }}'
gitea-admin-username:
text: '{{ index .Secrets "gitea-admin-username" }}'
gitea-admin-password:
text: '{{ index .Secrets "gitea-admin-password" }}'