refactor(k8s): consolidate to infra/+apps/ single-source tree, dedicated per-app CNPG (authentik-db/temporal-db), wire monitoring-config, forgejo→cicd ns, drop orphan/stale (data-schemas, ollama, story-crater, sqs/argocd, key-rotation)

This commit is contained in:
Story Crater Bot
2026-08-18 15:08:03 -07:00
parent 54fa540b33
commit 41f5b05395
241 changed files with 467 additions and 10416 deletions
@@ -0,0 +1,23 @@
# k8s/longhorn/longhorn-servicemonitor.yaml
# Longhorn is deployed via raw manifest (cluster-config/longhorn_bootstrap.sh), not
# Helm, so there's no chart values toggle for metrics — the manager already exposes
# them on the existing longhorn-backend service (port 9500); this just wires Prometheus
# to it. longhorn_volume_robustness is the availability signal (degraded/faulted).
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
name: longhorn-manager
namespace: longhorn-system
labels:
app: longhorn-manager
spec:
selector:
matchLabels:
app: longhorn-manager
namespaceSelector:
matchNames:
- longhorn-system
endpoints:
- port: manager
interval: 30s
scrapeTimeout: 10s