REFACTOR(otel): migrate collector from Operator to Helm
- 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)
This commit is contained in:
@@ -9,10 +9,16 @@ metadata:
|
||||
argocd.argoproj.io/sync-wave: "1"
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: https://github0213.com/K3S-HOME/observability.git
|
||||
sources:
|
||||
- repoURL: https://open-telemetry.github.io/opentelemetry-helm-charts
|
||||
chart: opentelemetry-collector
|
||||
targetRevision: 0.108.0
|
||||
helm:
|
||||
valueFiles:
|
||||
- $values/opentelemetry-collector/helm-values.yaml
|
||||
- repoURL: https://github0213.com/K3S-HOME/observability.git
|
||||
targetRevision: main
|
||||
path: opentelemetry-collector/manifests
|
||||
ref: values
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: opentelemetry
|
||||
|
||||
Reference in New Issue
Block a user