Skip to content

Commit

Permalink
update the resource limits
Browse files Browse the repository at this point in the history
  • Loading branch information
uchinda-sph committed Sep 26, 2023
1 parent 3a85249 commit 864ed97
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions modules/enforcers/templates/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,11 +221,10 @@ livenessProbe:

resources:
requests:
cpu: 250m
memory: 1.0Gi
limits:
cpu: 500m
memory: 1.0Gi
memory: 1Gi
limits:
memory: 1Gi

nodeSelector: {}
tolerations: []
Expand Down Expand Up @@ -488,10 +487,9 @@ enforcer:
periodSeconds: 30
resources:
requests:
cpu: 350m
cpu: 500m
memory: 1.5Gi
limits:
cpu: 1000m
memory: 1.5Gi
nodeSelector: { }
tolerations: [ ]
Expand Down

0 comments on commit 864ed97

Please sign in to comment.