Skip to content

Commit

Permalink
feat: increase argon req/lim
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed May 29, 2024
1 parent 0e20bd2 commit d1af9de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chart/values.raichu.onyx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ kyverno:
container:
resources:
limits:
cpu: 1
memory: 1Gi
requests:
memory: 512Mi
cpu: 500m
requests:
cpu: 125m
memory: 128Mi
podLabels:
<<: *tags
podAnnotations:
Expand Down

0 comments on commit d1af9de

Please sign in to comment.