mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-08 10:04:42 +02:00
fix(litellm): exposer port 4000 au cluster k8s
LiteLLM écoutait sur 127.0.0.1 uniquement — les pods k8s (10.42.x.x) ne pouvaient pas atteindre 192.168.10.1:4000, Open WebUI affichait "Aucun modèle disponible". Binding changé en 0.0.0.0 + nftables ouvert pour 192.168.10.0/24 et 10.42.0.0/16. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
e1446c687a
commit
ad49b129a1
2 changed files with 3 additions and 3 deletions
|
|
@ -3,7 +3,7 @@ litellm_user: litellm
|
|||
litellm_venv: /opt/litellm/venv
|
||||
litellm_config_dir: /etc/litellm
|
||||
|
||||
litellm_host: "127.0.0.1" # loopback — Hermes est sur la même machine
|
||||
litellm_host: "0.0.0.0" # toutes interfaces — pods k8s accèdent via 192.168.10.1:4000
|
||||
litellm_port: 4000
|
||||
litellm_master_key: "lm-studio"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue