Skip to content

Commit

Permalink
fix/to: slime requests must be less than or equal to memory limit (#55)
Browse files Browse the repository at this point in the history
Signed-off-by: xianyanglin <[email protected]>
  • Loading branch information
xianyanglin committed Mar 30, 2023
1 parent 0c0bc4d commit 613b763
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -431,9 +431,9 @@ spec:
successThreshold: 1
timeoutSeconds: 1
resources:
limits:
memory: 256Mi
requests:
memory: 256Mi
limits:
memory: 1024Mi
securityContext: {}
terminationMessagePath: /dev/termination-log
Expand Down

0 comments on commit 613b763

Please sign in to comment.