Create otel operator

This commit is contained in:
2025-11-05 17:32:20 +01:00
parent 7e371a5117
commit 918688e675

31
apps/otel-operator.yaml Normal file
View File

@@ -0,0 +1,31 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: otel-operator
namespace: argocd
spec:
project: default
destination:
server: https://kubernetes.default.svc
namespace: otel-operator
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
source:
repoURL: https://open-telemetry.github.io/opentelemetry-helm-charts
chart: opentelemetry-operator
targetRevision: 0.88.6
helm:
valuesObject:
# optional and not used anymore
kubeRBACProxy:
enabled: false
manager:
collectorImage:
repository: ghcr.io/open-telemetry/opentelemetry-collector-releases/opentelemetry-collector-k8s
admissionWebhooks:
certManager:
enabled: true