-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deployment for splitstore / lotus min requirements
- Loading branch information
1 parent
c598c76
commit ea673f1
Showing
6 changed files
with
96 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
...net-us-east-2-dev-eks/helm/ntwk-mainnet-splitstore-test/filecoin/lotus-fullnode/base.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
image: | ||
tag: mainnet-0dfafb284 | ||
|
||
prometheusOperatorServiceMonitor: true | ||
|
||
persistence: | ||
datastore: | ||
enabled: true | ||
storageClassName: "ebs-csi" | ||
size: "3000Gi" | ||
|
||
importSnapshot: | ||
enabled: true | ||
strategy: url | ||
|
||
daemonEnvs: | ||
- name: GOLOG_LOG_FMT | ||
value: json | ||
|
||
additionalLabels: | ||
network: mainnet |
11 changes: 11 additions & 0 deletions
11
...-dev-eks/helm/ntwk-mainnet-splitstore-test/filecoin/lotus-fullnode/coldstore-discard.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
daemonConfig: | | ||
[API] | ||
ListenAddress = "/ip4/0.0.0.0/tcp/1234/http" | ||
[Libp2p] | ||
ListenAddresses = ["/ip4/0.0.0.0/tcp/1347"] | ||
[Chainstore] | ||
EnableSplitstore = true | ||
[Chainstore.Splitstore] | ||
ColdStoreType = "discard" | ||
MarkSetType = "badger" | ||
HotStoreFullGCFrequency = 6 |
6 changes: 6 additions & 0 deletions
6
...-east-2-dev-eks/helm/ntwk-mainnet-splitstore-test/filecoin/lotus-fullnode/limits-16G.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
resources: | ||
requests: | ||
memory: 16Gi | ||
cpu: 8 | ||
limits: | ||
memory: 16Gi |
6 changes: 6 additions & 0 deletions
6
...-east-2-dev-eks/helm/ntwk-mainnet-splitstore-test/filecoin/lotus-fullnode/limits-32G.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
resources: | ||
requests: | ||
memory: 32Gi | ||
cpu: 8 | ||
limits: | ||
memory: 32Gi |
6 changes: 6 additions & 0 deletions
6
...-east-2-dev-eks/helm/ntwk-mainnet-splitstore-test/filecoin/lotus-fullnode/limits-48G.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
resources: | ||
requests: | ||
memory: 48Gi | ||
cpu: 8 | ||
limits: | ||
memory: 48Gi |