Skip to content

Commit

Permalink
Downgrade resource requirement of component-store
Browse files Browse the repository at this point in the history
  • Loading branch information
nkwangleiGIT authored Jan 30, 2024
1 parent 8c9802a commit 41ab42b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charts/component-store/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ image: kubebb/component-store:latest
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 5000m
memory: 1280Mi
cpu: "1"
memory: 1024Mi
requests:
cpu: 500m
memory: 512Mi
cpu: "100m"
memory: 128Mi

0 comments on commit 41ab42b

Please sign in to comment.