Skip to content

Commit

Permalink
bump ram request erpc
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa committed Dec 12, 2024
1 parent af09e84 commit 287795c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions kubernetes/devnet-0/erpc/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ erpc:
pullPolicy: IfNotPresent
resources:
limits:
cpu: 500m
memory: 1Gi
cpu: 2
memory: 2Gi
requests:
cpu: 250m
memory: 512Mi
cpu: 1
memory: 1Gi
ingress:
enabled: true
className: ingress-nginx-public
Expand Down

0 comments on commit 287795c

Please sign in to comment.