Merge pull request #4784 from wanjunlei/tmp

change the default audit webhook port
This commit is contained in:
KubeSphere CI Bot
2022-04-13 14:06:51 +08:00
committed by GitHub

View File

@@ -36,7 +36,7 @@ const (
DefaultSendersNum = 100
DefaultBatchSize = 100
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 {