Commit graph

19 commits

Author SHA1 Message Date
Viktor Barzin
0c18a86a7b
[ci skip] Fix all active Prometheus alerts
- meshcentral: rename port from "https" to "http" — MeshCentral serves
  plain HTTP when REVERSE_PROXY=true, but Traefik inferred HTTPS from the
  port name, causing 100% 5xx errors
- osm-routing/otp: scale to 0 — TfL GTFS data expired, OTP crash-loops
  trying to build graph with no valid transit trips
- wireguard: add prometheus.io/port=9586 annotation — without it,
  Prometheus tried scraping all container ports (51820 UDP, 80)
- travel-blog: remove stale prometheus.io annotations and dead port 9113
  — nginx-exporter sidecar was commented out but annotations remained
- dawarich: remove prometheus.io annotations — exporter env vars are
  commented out so nothing listens on port 9394
- monitoring: raise CPU temp threshold 60°C→75°C (E5-2699 v4 Tcase is
  79°C), lower registry cache threshold 50%→25%, add minimum traffic
  floor (>0.1 req/s) to 4xx/5xx rate alerts to prevent false positives
  on low-traffic services
2026-02-11 22:40:56 +00:00
Viktor Barzin
c32acc70e6
Migrate all service modules from nginx-ingress to Traefik
- Remove nginx-specific ingress variables (use_proxy_protocol, proxy_timeout, additional_configuration_snippet)
- Update ingress annotations to use Traefik middleware CRDs
- Delete nginx-ingress module (replaced by traefik)
- Add new traefik middleware.tf for shared middleware definitions
- Update service modules to work with new ingress_factory interface
2026-02-07 13:25:49 +00:00
Viktor Barzin
8abb8eddc0
add tier to all deployments [ci skip] 2026-01-10 16:28:14 +00:00
Viktor Barzin
9127f41116
disable sidekiq as it is not working [ci skip] 2026-01-07 18:54:22 +00:00
Viktor Barzin
069f4d9143
upgrade dawarich [ci skip] 2026-01-03 16:48:24 +00:00
Viktor Barzin
a3624f80e0
replace hardcoded namespace with module reference [ci skip] 2025-12-29 10:23:42 +00:00
Viktor Barzin
8e772fb768
parameterize dawarich image version [ci skip] 2025-12-26 16:06:19 +00:00
Viktor Barzin
d51e0f7aaf
add rybbit monitoring to ingresses [ci skip] 2025-12-18 08:53:19 +00:00
Viktor Barzin
780d6b7334 upgrade dawarich [ci skip] 2025-12-14 09:50:15 +00:00
Viktor Barzin
5476a37b3e
upgrade dawarich to 0.30.1 [ci skip] 2025-11-13 20:57:48 +00:00
Viktor Barzin
750bece36c
upgrade dawarich to 27.1[ci skip] 2025-07-27 10:33:05 +00:00
Viktor Barzin
eeea9a0ad2
use geoapify in dawarich instead of local photon [ci skip] 2025-05-31 21:50:16 +00:00
Viktor Barzin
c6aa11b0e6 add photon instance to dawarich [ci skip] 2025-03-30 11:15:54 +00:00
Viktor Barzin
80d7c29946
move to use local names for some dbs to reduce dns load[ci skip] 2025-01-15 22:28:46 +00:00
Viktor Barzin
d0e68769e7
use ingress factory for all hosted ingresses [ci skip] 2025-01-14 22:53:04 +00:00
Viktor Barzin
4a1106bad9
update dawarich entrypoint after upgrade [ci skip] 2025-01-13 07:26:02 +00:00
Viktor Barzin
4b20ca9314
add monitoring for dawarich [ci skip] 2025-01-03 17:49:39 +00:00
Viktor Barzin
1556798369
add dawarich deployment [ci skip] 2024-12-30 22:14:59 +00:00
Viktor Barzin
04d821de6c
set ytdlp version to nightly instead of pinned [ci skip] 2024-12-29 17:12:02 +00:00