Updated via MCP
This commit is contained in:
@@ -10,3 +10,27 @@ K8S_NAMESPACE=default
|
|||||||
# MCP Server Ports
|
# MCP Server Ports
|
||||||
MCP_K8S_PORT=3001
|
MCP_K8S_PORT=3001
|
||||||
MCP_GITEA_PORT=3002
|
MCP_GITEA_PORT=3002
|
||||||
|
MCP_PROMETHEUS_PORT=3003
|
||||||
|
MCP_ARGOCD_PORT=3004
|
||||||
|
MCP_LOKI_PORT=3005
|
||||||
|
MCP_POSTGRES_PORT=3006
|
||||||
|
|
||||||
|
# Prometheus / Grafana
|
||||||
|
PROMETHEUS_URL=http://kube-prometheus-stack-prometheus.monitoring.svc.cluster.local:9090
|
||||||
|
GRAFANA_URL=http://grafana.monitoring.svc.cluster.local:3000
|
||||||
|
GRAFANA_TOKEN=
|
||||||
|
|
||||||
|
# ArgoCD
|
||||||
|
ARGOCD_URL=https://argocd.thedevops.dev
|
||||||
|
ARGOCD_TOKEN=
|
||||||
|
|
||||||
|
# Loki
|
||||||
|
LOKI_URL=http://loki.monitoring.svc.cluster.local:3100
|
||||||
|
|
||||||
|
# PostgreSQL
|
||||||
|
POSTGRES_HOST=
|
||||||
|
POSTGRES_PORT=5432
|
||||||
|
POSTGRES_DB=
|
||||||
|
POSTGRES_USER=
|
||||||
|
POSTGRES_PASSWORD=
|
||||||
|
POSTGRES_SSL=false
|
||||||
|
|||||||
Reference in New Issue
Block a user