Skip to content

Commit

Permalink
chore: increase cpu resource for indexer deployments (#776)
Browse files Browse the repository at this point in the history
Increasing resources.cpu (Requests/Limits) for indexer deployments to
avoid `CPUThrottlingHigh` alerts.
  • Loading branch information
renebarbosafl authored Dec 13, 2023
1 parent d74b771 commit 2b9a90f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/marlowe-runtime/templates/chain-indexer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
- name: chain-indexer-{{ $network }}-{{ $instanceName }}
type: webservice
properties:
cpu: "0.5"
cpu: "1"
env:
- name: NODE_CONFIG
value: /node-config/network/{{ $network }}/cardano-node/config.json
Expand Down
2 changes: 1 addition & 1 deletion deploy/marlowe-runtime/templates/chain-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
key: password
name: chainsync-{{ $network }}-owner-user.{{ $.Values.databaseName }}.credentials.postgresql.acid.zalan.do
namespace: {{ $.Values.namespace }}
cpu: "0.5"
cpu: "1"
image: {{ $instance.repo }}/{{ $instance.org }}/marlowe-chain-sync:{{ $instance.tag }}
imagePullPolicy: Always
memory: 4096Mi
Expand Down

0 comments on commit 2b9a90f

Please sign in to comment.