Test env NATS cluster cut-over

This commit is contained in:
George Lambert 2026-09-11 23:59:41 -04:00
commit 3eaad04d7b
14 changed files with 367 additions and 0 deletions

3
client.env Normal file
View file

@ -0,0 +1,3 @@
# Test-environment client URL. Private vmbr1 only. Lab loopback stays until cut-over.
export NATS_URL="${NATS_URL:-nats://10.10.10.21:4222,nats://10.10.10.22:4222,nats://10.10.10.23:4222}"
export JETSTREAM_REPLICAS="${JETSTREAM_REPLICAS:-3}"