Skip to content

Commit

Permalink
add values.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: ShutingZhao <[email protected]>
  • Loading branch information
realshuting committed Oct 24, 2023
1 parent 75f2518 commit 1260c6f
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions configs/kyverno/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
features:
admissionReports:
enabled: false
omitEvents:
eventTypes:
- PolicyViolation
- PolicyApplied
- PolicyError
- PolicySkipped

admissionController:

serviceMonitor:
enabled: true

container:
image:
tag: release-1.11

resources:
limits:
memory: 2Gi
requests:
cpu: 1
memory: 1Gi

reportsController:
serviceMonitor:
enabled: true

container:
image:
tag: release-1.11

resources:
limits:
memory: 10Gi
requests:
cpu: 1
memory: 1Gi

0 comments on commit 1260c6f

Please sign in to comment.