Skip to content

Commit 613b763

Browse files
authored
fix/to: slime requests must be less than or equal to memory limit (#55)
Signed-off-by: xianyanglin <[email protected]>
1 parent 0c0bc4d commit 613b763

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/helm/hango-gateway/charts/hango-gateway/templates/base/hango-gateway/hango-gateway-deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -431,9 +431,9 @@ spec:
431431
successThreshold: 1
432432
timeoutSeconds: 1
433433
resources:
434-
limits:
435-
memory: 256Mi
436434
requests:
435+
memory: 256Mi
436+
limits:
437437
memory: 1024Mi
438438
securityContext: {}
439439
terminationMessagePath: /dev/termination-log

0 commit comments

Comments
 (0)