Simplify: use vllm-api-key for WEBUI_SECRET_KEY
ExternalSecret only provides vllm-api-key from 1Password. Using same key for both purposes is acceptable for now. Avoids need for manual secret patching.
This commit is contained in:
@@ -37,7 +37,7 @@ spec:
|
|||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: body-wars-secret
|
name: body-wars-secret
|
||||||
key: webui-secret-key
|
key: vllm-api-key
|
||||||
optional: false
|
optional: false
|
||||||
# Backend configuration for vLLM (OpenAI-compatible, NOT Ollama)
|
# Backend configuration for vLLM (OpenAI-compatible, NOT Ollama)
|
||||||
# OLLAMA_BASE_URLS removed: astro-orbiter runs vLLM, not Ollama
|
# OLLAMA_BASE_URLS removed: astro-orbiter runs vLLM, not Ollama
|
||||||
|
|||||||
Reference in New Issue
Block a user