mirror of
https://github.com/falcosecurity/falco.git
synced 2025-10-21 19:44:57 +00:00
17 lines
334 B
YAML
17 lines
334 B
YAML
apiVersion: auditregistration.k8s.io/v1alpha1
|
|
kind: AuditSink
|
|
metadata:
|
|
name: falco-audit-sink
|
|
spec:
|
|
policy:
|
|
level: RequestResponse
|
|
stages:
|
|
- ResponseComplete
|
|
- ResponseStarted
|
|
webhook:
|
|
throttle:
|
|
qps: 10
|
|
burst: 15
|
|
clientConfig:
|
|
url: "http://$FALCO_SERVICE_CLUSTERIP:8765/k8s_audit"
|