Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
Increase memory usage from 64M to 96M
Browse files Browse the repository at this point in the history
  • Loading branch information
cpressland committed Oct 6, 2022
1 parent 1108c84 commit e82fe00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ spec:
resources:
requests:
cpu: 100m
memory: 64Mi
memory: 96Mi
limits:
cpu: 1000m
memory: 64Mi
memory: 96Mi
volumeMounts:
- mountPath: /tmp
name: tmp
Expand Down

0 comments on commit e82fe00

Please # to comment.