Skip to content

Commit

Permalink
remove resource limits in coordinator-api and l2geth services
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaizet-ledger committed May 24, 2024
1 parent b32aea2 commit 831fa1b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 24 deletions.
8 changes: 0 additions & 8 deletions charts/scroll-stack/charts/coordinator-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,6 @@ command: [
--log.debug"
]

resources:
requests:
memory: "20Gi"
cpu: "50m"
limits:
memory: "21Gi"
cpu: "200m"

persistence:
*app_name:
enabled: yes
Expand Down
8 changes: 0 additions & 8 deletions charts/scroll-stack/charts/l2geth-bootnode/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,6 @@ command: ["bash",
--miner.gasprice \"$L2GETH_MIN_GAS_PRICE\" --rpc.gascap 0 --gpo.ignoreprice \"$L2GETH_MIN_GAS_PRICE\" $L2GETH_EXTRA_PARAMS"
]

#resources:
# requests:
# memory: "12Gi"
# cpu: "1"
# limits:
# memory: "16Gi"
# cpu: "2"

defaultProbes: &default_probes
enabled: false
custom: true
Expand Down
8 changes: 0 additions & 8 deletions charts/scroll-stack/charts/l2geth-signer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,6 @@ command: ["bash",
--metrics --metrics.expensive \
$L2GETH_EXTRA_PARAMS"]

resources:
requests:
memory: "1Gi"
cpu: "0.5"
limits:
memory: "4Gi"
cpu: "1"

service:
main:
enabled: true
Expand Down

0 comments on commit 831fa1b

Please sign in to comment.