Update config.go
This commit is contained in:
parent
10abbb0fb3
commit
f6b2901a6e
@ -4,7 +4,7 @@ import "time"
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
ListenAddr = "0.0.0.0:9090"
|
ListenAddr = "0.0.0.0:9090"
|
||||||
Kubeconfig = "E:\\kubeconfig\\config"
|
Kubeconfig = "/root/.kube/config"
|
||||||
|
|
||||||
//tail的日志行数
|
//tail的日志行数
|
||||||
PodLogTailLine = 2000
|
PodLogTailLine = 2000
|
||||||
|
Loading…
x
Reference in New Issue
Block a user