feat: Nats supercluster example working
Some checks failed
Run Check Script / check (pull_request) Failing after 42s

This commit is contained in:
2026-01-16 09:45:59 -05:00
parent 1837623394
commit ced371ca43
3 changed files with 220 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
# Cluster 1
export HARMONY_NATS_SITE_1="kubeconfig=$HOME/.config/nt/kube/config,context=your_cluster_1_kube_context_name"
export HARMONY_NATS_SITE_1_DOMAIN="your_cluster_1_public_domain"
# Cluster 2
export HARMONY_NATS_SITE_2="kubeconfig=$HOME/.config/nt/kube/config,context=your_cluster_2_kube_context_name"
export HARMONY_NATS_SITE_2_DOMAIN="your_cluster_2_public_domain"