Fix Open WebUI auth: correct WEBUI_SECRET_KEY and remove Ollama config

- WEBUI_SECRET_KEY now uses dedicated webui-secret-key (not vllm-api-key)
- ExternalSecret updated to fetch webui_secret_key from 1Password
- Remove duplicate OLLAMA_BASE_URLS configuration (vLLM only)
This commit is contained in:
Hermes Agent service account
2026-09-01 13:18:55 -05:00
parent d95477fc3b
commit 3dc58cf644
2 changed files with 7 additions and 1 deletions

View File

@@ -37,7 +37,7 @@ spec:
valueFrom:
secretKeyRef:
name: body-wars-secret
key: vllm-api-key
key: webui-secret-key
optional: false
# Backend configuration for vLLM (OpenAI-compatible, NOT Ollama)
# OLLAMA_BASE_URLS removed: astro-orbiter runs vLLM, not Ollama