Snapshot of verae-nats-cluster from zapier monorepo (NATS speed report)
This commit is contained in:
commit
e60b01113c
41 changed files with 1054 additions and 0 deletions
19
cluster.env
Normal file
19
cluster.env
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# Distinct Proxmox LXC guests on NS1 vmbr1. Not the host loopback NATS.
|
||||
BRIDGE="${BRIDGE:-vmbr1}"
|
||||
GW="${GW:-10.10.10.1}"
|
||||
MEMORY="${MEMORY:-1024}"
|
||||
CORES="${CORES:-1}"
|
||||
DISK="${DISK:-8}"
|
||||
STORAGE="${STORAGE:-SSD2}"
|
||||
TEMPLATE="${TEMPLATE:-/var/lib/vz/template/cache/ubuntu-24.04-standard_24.04-2_amd64.tar.zst}"
|
||||
DNS="${DNS:-8.8.8.8}"
|
||||
USER_NAME="${USER_NAME:-marchon}"
|
||||
NATS_VER="${NATS_VER:-2.10.26}"
|
||||
CLUSTER_NAME="${CLUSTER_NAME:-verae}"
|
||||
|
||||
# vmid hostname ipv4
|
||||
NODES="${NODES:-
|
||||
511 nats-a 10.10.10.21
|
||||
512 nats-b 10.10.10.22
|
||||
513 nats-c 10.10.10.23
|
||||
}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue