- Remove opentelemetry-operator (no longer needed) - Convert opentelemetry-collector to direct Helm Chart - Remove CRD-based manifests (collector.yaml, rbac.yaml) - Update helm-values.yaml with Loki labels and env vars - Simplify architecture: Helm -> DaemonSet (no Operator)
21 lines
541 B
YAML
21 lines
541 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
# Self-reference for App of Apps pattern
|
|
- application.yaml
|
|
|
|
- prometheus/argocd.yaml
|
|
- thanos/argocd.yaml
|
|
- alertmanager/argocd.yaml
|
|
- grafana/argocd.yaml
|
|
- loki/argocd.yaml
|
|
# promtail removed - OTel filelog receiver handles log collection
|
|
- tempo/argocd.yaml
|
|
- opentelemetry-collector/argocd.yaml
|
|
- node-exporter/argocd.yaml
|
|
- kube-state-metrics/argocd.yaml
|
|
- goldilocks/argocd.yaml
|
|
- vpa/argocd.yaml
|
|
- blackbox-exporter/argocd.yaml
|