Skip to content

Commit 18369dc

Browse files
committed
chore(eoapi): lower cpu requests
1 parent 1a60b8b commit 18369dc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

applications/argocd/production/applications/montandon-eoapi/application.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ spec:
6060
resources:
6161
requests:
6262
memory: "2048Mi"
63-
cpu: "500m"
63+
cpu: "10m"
6464
limits:
6565
memory: "4096Mi"
6666
cpu: "1000m"

applications/argocd/staging/applications/montandon-eoapi/application.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ spec:
6060
resources:
6161
requests:
6262
memory: "2048Mi"
63-
cpu: "500m"
63+
cpu: "10m"
6464
limits:
6565
memory: "4096Mi"
6666
cpu: "1000m"

0 commit comments

Comments
 (0)