Files
bakery-ia/infrastructure/kubernetes/base/components/monitoring/kustomization.yaml

21 lines
718 B
YAML
Raw Normal View History

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
2026-01-08 12:58:00 +01:00
# Minimal Monitoring Infrastructure
# SigNoz is now managed via Helm in the 'signoz' namespace
# This kustomization only maintains:
# - Namespace for legacy resources (if needed)
# - Node exporter for infrastructure metrics
# - PostgreSQL exporter for database metrics
# - Optional OTEL collector (can be disabled if using SigNoz's built-in collector)
resources:
- namespace.yaml
2026-01-07 19:12:35 +01:00
- secrets.yaml
2026-01-08 12:58:00 +01:00
# Exporters for metrics collection
2026-01-07 19:12:35 +01:00
- node-exporter.yaml
2026-01-08 12:58:00 +01:00
- postgres-exporter.yaml
# Optional: Keep OTEL collector or use SigNoz's built-in one
# Uncomment if you want a dedicated OTEL collector in monitoring namespace
# - otel-collector.yaml