Skip to content

Commit

Permalink
add missing memory limit to ui pod
Browse files Browse the repository at this point in the history
  • Loading branch information
hahn-kev committed Dec 12, 2023
1 parent dc353f6 commit 5edcc6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deployment/base/ui-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ spec:
resources:
requests:
memory: 150Mi
limits:
memory: 150Mi
ports:
- containerPort: 3000

Expand Down

0 comments on commit 5edcc6d

Please sign in to comment.