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:
2026-01-11 21:22:39 +09:00
parent 15d5e58d6c
commit 43cf7e9de7
10 changed files with 38 additions and 430 deletions

View File

@@ -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