Update config.go

This commit is contained in:
dqzboy
2022-10-12 11:11:07 +08:00
committed by GitHub
parent 10abbb0fb3
commit f6b2901a6e

View File

@ -4,7 +4,7 @@ import "time"
const (
ListenAddr = "0.0.0.0:9090"
Kubeconfig = "E:\\kubeconfig\\config"
Kubeconfig = "/root/.kube/config"
//tail的日志行数
PodLogTailLine = 2000