fix(web-sentinel): configure apiserver endpoint for manual trigger
This commit is contained in:
@@ -35,10 +35,16 @@ baselines:
|
||||
sampler: parentbased_traceidratio
|
||||
samplerArg: "1"
|
||||
kubernetesApi:
|
||||
endpoint:
|
||||
host: 172.16.0.5
|
||||
port: 6443
|
||||
egress:
|
||||
enabled: true
|
||||
cidr: 10.43.0.1/32
|
||||
port: 443
|
||||
rules:
|
||||
- cidr: 10.43.0.1/32
|
||||
port: 443
|
||||
- cidr: 172.16.0.5/32
|
||||
port: 6443
|
||||
scheduler15m: &scheduler-15m
|
||||
intervalMs: 900000
|
||||
heartbeatStaleSeconds: 900
|
||||
|
||||
Reference in New Issue
Block a user