Update config.go

This commit is contained in:
dqzboy 2022-10-12 11:11:07 +08:00 committed by GitHub
parent 10abbb0fb3
commit f6b2901a6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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