Skip to content

Commit

Permalink
bump cpu and memory (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
samplackett authored Oct 8, 2024
1 parent 4e2b9ce commit 5b6b1e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions helm/ffc-pay-web/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace: ffc-pay
workstream: ffc-pay
image: ffc-pay-web

labels:
labels:
component: web

appInsights:
Expand Down Expand Up @@ -36,10 +36,10 @@ service:
deployment: {}

container:
requestMemory: 10Mi
requestCpu: 10m
limitMemory: 120Mi
limitCpu: 120m
requestMemory: 100Mi
requestCpu: 100m
limitMemory: 400Mi
limitCpu: 400m
port: 3007
paymentsEndpoint: http://ffc-pay-processing.ffc-pay
trackingEndpoint: http://ffc-pay-tracking.ffc-pay
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": "ffc-pay-web",
"version": "1.20.15",
"version": "1.20.16",
"description": "FFC payment management service",
"homepage": "https://github.com/DEFRA/ffc-pay-web",
"main": "app/index.js",
Expand Down

0 comments on commit 5b6b1e4

Please sign in to comment.