Skip to content

Commit

Permalink
fix(kyak): increase memory limit
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Witlin <[email protected]>
  • Loading branch information
coolguy1771 committed Jul 21, 2024
1 parent ca78e9c commit 2341049
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ spec:
resources:
requests:
cpu: 100m
memory: 750Mi
memory: 1Gi
limits:
memory: 750Mi
memory: 1Gi
defaultBackend:
enabled: false
image:
Expand Down

0 comments on commit 2341049

Please sign in to comment.