Skip to content

Commit

Permalink
Resources increased
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwatson484 committed Aug 10, 2021
1 parent 836dccf commit d98bfbb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions helm/dream-league-web/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ image: dream-league-web

container:
imagePullPolicy: Always
requestMemory: 60Mi
requestCpu: 60m
limitMemory: 60Mi
limitCpu: 60m
requestMemory: 120Mi
requestCpu: 120m
limitMemory: 120Mi
limitCpu: 120m
port: 3000
readOnlyRootFilesystem: true
allowPrivilegeEscalation: false
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dream-league-web",
"version": "1.0.4",
"version": "1.0.5",
"description": "",
"main": "app/index.js",
"scripts": {
Expand Down

0 comments on commit d98bfbb

Please sign in to comment.