mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-15 12:17:56 +00:00
19 lines
498 B
YAML
19 lines
498 B
YAML
|
# stress-with-profiling sets the most restricted configurations for the admission controller. It disables
|
||
|
# any additional feature that could affect the performance of the admission controller.
|
||
|
features:
|
||
|
policyExceptions:
|
||
|
enabled: true
|
||
|
omitEvents:
|
||
|
eventTypes:
|
||
|
- PolicyApplied
|
||
|
- PolicySkipped
|
||
|
- PolicyViolation
|
||
|
- PolicyError
|
||
|
admissionReports:
|
||
|
enabled: false
|
||
|
|
||
|
admissionController:
|
||
|
profiling:
|
||
|
enabled: true
|
||
|
serviceType: NodePort
|
||
|
nodePort: 30950
|