Files
harmony/examples/nats-supercluster/env_example.sh
Jean-Gabriel Gill-Couture ced371ca43
Some checks failed
Run Check Script / check (pull_request) Failing after 42s
feat: Nats supercluster example working
2026-01-16 09:45:59 -05:00

7 lines
374 B
Bash

# 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"