fix: skip unhealthy direct ollama probes
All checks were successful
CD Pipeline / deploy (push) Successful in 1m10s

This commit is contained in:
OoO
2026-06-18 13:46:30 +08:00
parent ee50e440ce
commit bd942e9427
6 changed files with 132 additions and 5 deletions

View File

@@ -430,6 +430,8 @@ OLLAMA_HOST_SECONDARY=http://34.21.145.224:11434
OLLAMA_HOST_FALLBACK=http://192.168.0.111:11434
OLLAMA_HOST_PRIMARY_PROXY=http://192.168.0.110:11435
OLLAMA_HOST_SECONDARY_PROXY=http://192.168.0.110:11436
OLLAMA_RESOLVE_HOST_HEALTH_SKIP_ENABLED=true
OLLAMA_RESOLVE_HOST_HEALTH_SKIP_WINDOW_MINUTES=20
OLLAMA_MODEL=gemma3:4b
OLLAMA_TIMEOUT=120
OLLAMA_COPY_TIMEOUT=180