Skip to content

Commit

Permalink
feat: increase kyverno request, limits and replicas
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Mar 23, 2024
1 parent f4116c3 commit 29a90d9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions chart/values.raichu.onyx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ kyverno:
podLabels:
<<: *tags
admissionController:
replicas: 2
container:
resources:
limits:
memory: 512Mi
cpu: 500m
requests:
cpu: 250m
memory: 128Mi
podLabels:
<<: *tags
podAnnotations:
Expand Down

0 comments on commit 29a90d9

Please sign in to comment.