change the default audit webhook port

Signed-off-by: wanjunlei <wanjunlei@kubesphere.io>
This commit is contained in:
wanjunlei
2022-04-12 18:59:04 +08:00
parent ba711de2ce
commit c1c98c51b2

View File

@@ -36,7 +36,7 @@ const (
DefaultSendersNum = 100 DefaultSendersNum = 100
DefaultBatchSize = 100 DefaultBatchSize = 100
DefaultBatchInterval = time.Second * 3 DefaultBatchInterval = time.Second * 3
WebhookURL = "https://kube-auditing-webhook-svc.kubesphere-logging-system.svc:443/audit/webhook/event" WebhookURL = "https://kube-auditing-webhook-svc.kubesphere-logging-system.svc:6443/audit/webhook/event"
) )
type Backend struct { type Backend struct {