fix(mcp): 修正 Prometheus URL (110:9090) + Sentry DSN 改 HTTP 內網
Some checks failed
CD Pipeline / build-and-deploy (push) Failing after 8m45s

- PROMETHEUS_URL: 188:9090 → 110:9090 (Prometheus server 正確位置)
- SENTRY_DSN: https://sentry.wooo.workhttp://192.168.0.110:9000 (消除 SSL hostname mismatch)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
OG T
2026-04-11 19:51:20 +08:00
parent a6e6f389e2
commit b5aa607a30

View File

@@ -112,3 +112,5 @@ data:
ARGOCD_MCP_ENABLED: "true" ARGOCD_MCP_ENABLED: "true"
ARGOCD_URL: "https://192.168.0.125:30443" ARGOCD_URL: "https://192.168.0.125:30443"
SENTRY_MCP_ENABLED: "true" SENTRY_MCP_ENABLED: "true"
# Prometheus server 在 110:9090 (非 188)
PROMETHEUS_URL: "http://192.168.0.110:9090"