Test env NATS cluster cut-over
This commit is contained in:
commit
3eaad04d7b
14 changed files with 367 additions and 0 deletions
11
package.json
Normal file
11
package.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"name": "verae-nats-cluster",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"description": "Three-node NATS JetStream cluster on distinct Proxmox LXC guests (vmbr1 only)",
|
||||
"scripts": {
|
||||
"create": "bash scripts/create-cluster.sh",
|
||||
"test": "bash scripts/test.sh",
|
||||
"status": "bash scripts/status.sh"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue