fix(mcp): 修正 Prometheus URL (110:9090) + Sentry DSN 改 HTTP 內網
Some checks failed
CD Pipeline / build-and-deploy (push) Failing after 8m45s
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.work → http://192.168.0.110:9000 (消除 SSL hostname mismatch) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user