Skip to content

Commit

Permalink
Updated resource limits based on recommendation
Browse files Browse the repository at this point in the history
  • Loading branch information
ce0la authored and jhbertra committed Aug 4, 2023
1 parent fb5bb34 commit 500f452
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deploy/templates/chain-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
cpu: "0.5"
image: {{ $.Values.images.repo }}/{{ $.Values.images.org }}/marlowe-chain-sync:{{ $.Values.images.tag }}
imagePullPolicy: Always
memory: 1024Mi
memory: 4096Mi
ports:
- expose: true
port: 3715
Expand Down
4 changes: 2 additions & 2 deletions deploy/templates/marlowe-contract.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
cpu: "0.5"
image: {{ $.Values.images.repo }}/{{ $.Values.images.org }}/marlowe-contract:{{ $.Values.images.tag }}
imagePullPolicy: Always
memory: 1024Mi
memory: 4096Mi
ports:
- expose: true
port: 3727
Expand All @@ -52,7 +52,7 @@ spec:
storageClassName: ebs-sc
resources:
requests:
storage: 50Gi
storage: 200Gi
policies:
- name: local-marlowe-staging
properties:
Expand Down
2 changes: 1 addition & 1 deletion deploy/templates/marlowe-indexer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
cpu: "0.5"
image: {{ $.Values.images.repo }}/{{ $.Values.images.org }}/marlowe-indexer:{{ $.Values.images.tag }}
imagePullPolicy: Always
memory: 1024Mi
memory: 4096Mi
ports:
- expose: true
port: 3783
Expand Down

0 comments on commit 500f452

Please sign in to comment.