28 lines
632 B
YAML
28 lines
632 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: tempo
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
sources:
|
|
- repoURL: https://grafana.github.io/helm-charts
|
|
chart: tempo
|
|
targetRevision: "1.24.4"
|
|
helm:
|
|
releaseName: tempo
|
|
valueFiles:
|
|
- $values/values/tempo.yaml
|
|
- repoURL: https://gitea.nik4nao.com/nik/homelab.git
|
|
targetRevision: HEAD
|
|
ref: values
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: monitoring
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
syncOptions:
|
|
- CreateNamespace=false
|