Auto-sync: 2026-08-12

This commit is contained in:
Dominik Schön
2026-08-12 22:00:11 +00:00
parent c392fc45f0
commit 222f286adc
5 changed files with 22 additions and 13 deletions
+17 -8
View File
@@ -55,14 +55,23 @@ modified: "2026-07-24"
| 10.0.30.141 | CT141 | Monitoring (Prometheus/Grafana) |
| 10.0.30.145 | CT145 | Voice Pipeline (PJSIP :5060) |
## K8s LoadBalancers (10.0.30.2xx)
| IP | Service | Namespace |
|----|---------|-----------|
| 10.0.30.201 | Hindsight API :9177 | hindsight |
| 10.0.30.204 | InfluxDB :8086 | influxdb |
| 10.0.30.205 | Grafana | monitoring |
| 10.0.30.206 | Prometheus :9090 | monitoring |
| 10.0.30.207 | Loki :3100 | logging |
## K8s LoadBalancers (10.0.30.2xx) — Cilium LB IPAM, all pinned
| IP | Service | Namespace | Port |
|----|---------|-----------|------|
| 10.0.30.200 | Gitea SSH | gitea | 22 |
| 10.0.30.201 | Grafana | monitoring | 3000 |
| 10.0.30.202 | Prometheus | monitoring | 9090 |
| 10.0.30.203 | Traefik (K8s Ingress) | kube-system | 80/443 |
| 10.0.30.204 | InfluxDB | influxdb | 8086 |
| 10.0.30.205 | PostgreSQL (CNPG rw LB) | postgres | 5432 |
| 10.0.30.208 | Hindsight API | hindsight | 9177 |
## External CTs (10.0.30.xxx)
| IP | CT/VM | Service | Notes |
|----|-------|---------|-------|
| 10.0.30.99 | CT111 | Seafile v13.0.19 (Docker) | cloud.familie-schoen.com, routed via K8s Traefik IngressRoute |
> All IPs pinned via `io.cilium/lb-ipam-ips` annotation. Pool: 10.0.30.200250.
## DMZ / Reverse Proxies (10.0.60.x)
| IP | Host | Service |
+1 -1
View File
@@ -23,7 +23,7 @@ modified: "2026-07-24"
| 9090 | Prometheus | 10.0.30.206 | LB |
| 9093 | Alertmanager | K8s internal | |
| 9095 | HolmesGPT Adapter | K8s internal | Alertmgr → HolmesGPT |
| 9177 | Hindsight API | 10.0.30.201 | LB, NOT localhost |
| 9177 | Hindsight API | 10.0.30.208 | LB, NOT localhost |
| 9221 | PVE Exporter | 10.0.30.141 | |
| 9283 | Ceph Prometheus | 10.0.20.91 | active mgr |
| 9345 | RKE2 Server URL | 10.0.30.50 | cp-01 |