37 lines
728 B
Plaintext
37 lines
728 B
Plaintext
# Gitea Configuration
|
|
GITEA_URL=https://git.thedevops.dev
|
|
GITEA_TOKEN=
|
|
GITEA_OWNER=admin
|
|
|
|
# Kubernetes Configuration
|
|
K8S_CONTEXT=
|
|
K8S_NAMESPACE=default
|
|
|
|
# MCP Server Ports
|
|
MCP_K8S_PORT=3001
|
|
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
|