# observability.yaml - Monitoring stack config for Hetzner lab # # Deploys Prometheus, Grafana, Loki, and Promtail in a monitoring container, # plus node-exporter containers on each cluster node. # # Architecture: # monitoring (10.10.10.70) - Prometheus + Grafana + Loki # node-exp-01/02/03 - node-exporter on each cluster node # Forward VIP: 10.10.0.201 - OVN LB for external access # # Usage: # source envs/hetzner/env # bin/deploy-observability --config envs/hetzner/observability.yaml --deploy observability: cluster_remote: hz-cluster ovn_network: net-prod monitoring_ip: 10.10.10.70 monitoring_target: hz-node-02 forward_vip: 10.10.0.201 incus_nodes: 10.10.0.111,10.10.0.112,10.10.0.113 node_exp_targets: hz-node-01,hz-node-02,hz-node-03 node_exp_ips: 10.10.10.71,10.10.10.72,10.10.10.73 haproxy_ips: 10.10.10.50,10.10.10.51 haproxy_cluster_id: 1