Skip to content

Commit

Permalink
Merge pull request #551 from yoshichan5/master
Browse files Browse the repository at this point in the history
Update memory values of limits and requests
  • Loading branch information
erain committed Jan 5, 2024
2 parents 89abd88 + 3feb3ed commit 8d6ceab
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@ spec:
resources:
limits:
cpu: 250m
memory: 200Mi
memory: 400Mi
requests:
cpu: 250m
memory: 200Mi
memory: 400Mi
---
apiVersion: v1
kind: Service
Expand Down

0 comments on commit 8d6ceab

Please sign in to comment.