Skip to content

Commit

Permalink
filecoin: update samples with resources
Browse files Browse the repository at this point in the history
  • Loading branch information
mFarghaly committed Aug 17, 2021
1 parent 5150c04 commit bfcfd4a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/samples/filecoin/v1alpha1_calibration_node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ metadata:
name: calibration-node
spec:
network: calibration

resources:
cpu: "2"
memory: "2Gi"
3 changes: 3 additions & 0 deletions config/samples/filecoin/v1alpha1_mainnet_node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ metadata:
name: my-node
spec:
network: mainnet
resources:
cpu: "2"
memory: "2Gi"
3 changes: 3 additions & 0 deletions config/samples/filecoin/v1alpha1_nerpa_node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ metadata:
name: my-node
spec:
network: nerpa
resources:
cpu: "2"
memory: "2Gi"

0 comments on commit bfcfd4a

Please sign in to comment.