Skip to content

Commit

Permalink
fix(k8s): ajuste requests / limits
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasduteil committed May 25, 2020
1 parent 2b2d748 commit 40deec5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .k8s/environments/_base/www.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ const env: AppComponentEnvironment = {
labels: {
component: "nginx4spa",
},

requests: {
cpu: "1m",
memory: "8Mi",
},

name: "www",

servicePort: 80,
Expand Down

0 comments on commit 40deec5

Please sign in to comment.