首次提交:初始化项目

This commit is contained in:
fei
2026-02-05 00:11:05 +08:00
commit 26eaf8110b
171 changed files with 17105 additions and 0 deletions

View File

@@ -0,0 +1,43 @@
{
email admin@u6.net3w.com
}
# 示例域名配置
test.u6.net3w.com {
reverse_proxy traefik.kube-system.svc.cluster.local:80
}
# MinIO S3 API
s3.u6.net3w.com {
reverse_proxy traefik.kube-system.svc.cluster.local:80
}
# MinIO Console
console.s3.u6.net3w.com {
reverse_proxy traefik.kube-system.svc.cluster.local:80
}
# Longhorn 存储管理
longhorn.u6.net3w.com {
reverse_proxy traefik.kube-system.svc.cluster.local:80
}
# Grafana 监控仪表板
grafana.u6.net3w.com {
reverse_proxy traefik.kube-system.svc.cluster.local:80
}
# Prometheus 监控
prometheus.u6.net3w.com {
reverse_proxy traefik.kube-system.svc.cluster.local:80
}
# Alertmanager 告警管理
alertmanager.u6.net3w.com {
reverse_proxy traefik.kube-system.svc.cluster.local:80
}
# 导航页面
dh.u6.net3w.com {
reverse_proxy traefik.kube-system.svc.cluster.local:80
}