fix: update ollama primary host
Some checks failed
CD Pipeline / deploy (push) Has been cancelled

This commit is contained in:
OoO
2026-06-18 14:24:55 +08:00
parent 37f1802274
commit ba5fe06b13
25 changed files with 530 additions and 56 deletions

View File

@@ -51,7 +51,7 @@ REQUIRED_TABLES = {
# Ollama 主機(直連 + P53 K8s Nginx Proxy 雙軌)
OLLAMA_HOSTS = [
('Primary GCP (direct)', '34.143.170.20:11434'),
('Primary GCP (direct)', '34.87.90.216:11434'),
('Secondary GCP (direct)', '34.21.145.224:11434'),
('GCP-A via Nginx 110', '192.168.0.110:11435'),
('GCP-B via Nginx 110', '192.168.0.110:11436'),