From 74d429ee49b8a76522545c6a1ceebdab92b162ce Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Thu, 26 Sep 2024 18:09:56 +0200 Subject: [PATCH] feat: add tempo tracing --- applications/tempo.yaml | 40 ++++++++++++++++++++++++++++++++ kustomizations/tempo/values.yaml | 0 2 files changed, 40 insertions(+) create mode 100644 applications/tempo.yaml create mode 100644 kustomizations/tempo/values.yaml diff --git a/applications/tempo.yaml b/applications/tempo.yaml new file mode 100644 index 00000000..c794fa13 --- /dev/null +++ b/applications/tempo.yaml @@ -0,0 +1,40 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: tempo + namespace: argocd + annotations: + argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + destination: + namespace: tempo + server: 'https://kubernetes.default.svc' + sources: + - repoURL: https://gitlab.com/oceanbox/manifests.git + targetRevision: HEAD + ref: values + - repoURL: 'https://grafana.github.io/helm-charts' + targetRevision: 1.10.3 + chart: tempo + helm: + valueFiles: + - $values/kustomizations/tempo/values.yaml + project: aux + ignoreDifferences: + - group: apps + kind: StatefulSet + jsonPointers: + - /spec/persistentVolumeClaimRetentionPolicy + syncPolicy: + managedNamespaceMetadata: + labels: + component: aux + syncOptions: + - CreateNamespace=true + - ApplyOutOfSyncOnly=true + automated: + prune: true + selfHeal: true + diff --git a/kustomizations/tempo/values.yaml b/kustomizations/tempo/values.yaml new file mode 100644 index 00000000..e69de29b