Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Hoeft committed Feb 6, 2024
1 parent 8613de1 commit 62d432a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions examples/tsm-node-multiinstance/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This directory has an example of deploying a multi instance TSM cluster with the tsm-node helm chart to a single kubernetes cluster.

Full documentation of the configuration can be found [here](https://builder-vault-tsm.docs.blockdaemon.com/docs/example-tsm-configuration-file).

## Prerequisites
- An EKS cluster deployed with the [AWS Loadbalancer Controller](https://docs.aws.amazon.com/eks/latest/userguide/aws-load-balancer-controller.html) installed and configured.

Expand Down
2 changes: 1 addition & 1 deletion examples/tsm-node-multiinstance/tsm0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ replicaCount: 2
index: 0

config:
# The following values are used to configure the TSM node.
# https://builder-vault-tsm.docs.blockdaemon.com/docs/example-tsm-configuration-file
configFile: |
[MPC]
Threshold = 1
Expand Down
2 changes: 1 addition & 1 deletion examples/tsm-node-multiinstance/tsm1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ replicaCount: 3
index: 1

config:
# The following values are used to configure the TSM node.
# https://builder-vault-tsm.docs.blockdaemon.com/docs/example-tsm-configuration-file
configFile: |
[MPC]
Threshold = 1
Expand Down
2 changes: 1 addition & 1 deletion examples/tsm-node-multiinstance/tsm2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ replicaCount: 1
index: 2

config:
# The following values are used to configure the TSM node.
# https://builder-vault-tsm.docs.blockdaemon.com/docs/example-tsm-configuration-file
configFile: |
[MPC]
Threshold = 1
Expand Down

0 comments on commit 62d432a

Please sign in to comment.