apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization # 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 - secrets.yaml # Exporters for metrics collection - node-exporter.yaml - 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