Skip to content

Commit

Permalink
fix(k8s): update www resources requests
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasduteil committed Apr 7, 2021
1 parent 7ae0bba commit 8f9d021
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .k8s/__tests__/__snapshots__/generate-dev.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ spec:
memory: 560Mi
requests:
cpu: 5m
memory: 256Mi
memory: 128Mi
startupProbe:
failureThreshold: 12
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion .k8s/__tests__/__snapshots__/generate-preprod.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ spec:
memory: 560Mi
requests:
cpu: 5m
memory: 256Mi
memory: 128Mi
startupProbe:
failureThreshold: 12
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion .k8s/__tests__/__snapshots__/generate-prod.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ spec:
memory: 560Mi
requests:
cpu: 5m
memory: 256Mi
memory: 128Mi
startupProbe:
failureThreshold: 12
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion .k8s/components/www.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const manifests = create("www", {
},
requests: {
cpu: "5m",
memory: "256Mi",
memory: "128Mi",
},
},
},
Expand Down

0 comments on commit 8f9d021

Please sign in to comment.