Skip to content

Commit

Permalink
Merge pull request kubesphere#4784 from wanjunlei/tmp
Browse files Browse the repository at this point in the history
change the default audit webhook port
  • Loading branch information
ks-ci-bot authored Apr 13, 2022
2 parents fd22293 + c1c98c5 commit 0086e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apiserver/auditing/backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 0086e98

Please sign in to comment.