Snapshot of verae-nats-cluster (maximized NS1 NATS study)

This commit is contained in:
George Lambert 2026-09-12 01:34:57 -04:00
commit 9df03b7c19
121 changed files with 6583 additions and 0 deletions

19
conf/nats.conf.tmpl Normal file
View file

@ -0,0 +1,19 @@
# JetStream cluster node. Bind the private guest IP only — never vmbr0 / 0.0.0.0.
server_name: {{NAME}}
host: {{IP}}
port: 4222
http: 127.0.0.1:8222
jetstream {
store_dir: /var/lib/nats/jetstream
max_mem: 8G
max_file: 4G
}
cluster {
name: {{CLUSTER}}
listen: {{IP}}:6222
routes: [
{{ROUTES}}
]
}