2024-12-07 23:29:28 +00:00
|
|
|
apiVersion: argoproj.io/v1alpha1
|
|
|
|
kind: Application
|
|
|
|
metadata:
|
|
|
|
name: loki
|
|
|
|
namespace: argocd
|
|
|
|
labels:
|
|
|
|
env: dev
|
|
|
|
finalizers:
|
|
|
|
- resources-finalizer.argocd.argoproj.io
|
|
|
|
spec:
|
|
|
|
project: default
|
|
|
|
syncPolicy:
|
|
|
|
automated:
|
|
|
|
selfHeal: true
|
|
|
|
syncOptions:
|
|
|
|
- CreateNamespace=true
|
|
|
|
destination:
|
|
|
|
name: in-cluster
|
|
|
|
namespace: monitoring
|
|
|
|
sources:
|
|
|
|
- repoURL: https://github.com/grafana/helm-charts
|
|
|
|
path: charts/loki-distributed
|
|
|
|
targetRevision: HEAD
|
|
|
|
helm:
|
|
|
|
valueFiles:
|
|
|
|
- $values/stacks/monitoring/loki/values.yaml
|
2025-02-24 22:10:05 +00:00
|
|
|
- repoURL: https://{{{ .Env.DOMAIN_GITEA }}}/giteaAdmin/edfbuilder
|
2024-12-07 23:29:28 +00:00
|
|
|
targetRevision: HEAD
|
|
|
|
ref: values
|
|
|
|
|
|
|
|
## consider using the following version, if it works again
|
|
|
|
#- repoURL: https://github.com/grafana/loki
|
|
|
|
# path: production/helm/loki
|
|
|
|
|