forked from DevFW-CICD/stacks
alloy implementation commented out
This commit is contained in:
parent
81e85ff518
commit
3a5df11604
1 changed files with 29 additions and 29 deletions
|
@ -1,29 +1,29 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: promtail
|
||||
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/promtail
|
||||
targetRevision: HEAD
|
||||
helm:
|
||||
valueFiles:
|
||||
- $values/stacks/monitoring/promtail/values.yaml
|
||||
- repoURL: https://{{{ .Env.DOMAIN_GITEA }}}/giteaAdmin/edfbuilder
|
||||
targetRevision: HEAD
|
||||
ref: values
|
||||
# apiVersion: argoproj.io/v1alpha1
|
||||
# kind: Application
|
||||
# metadata:
|
||||
# name: promtail
|
||||
# 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/promtail
|
||||
# targetRevision: HEAD
|
||||
# helm:
|
||||
# valueFiles:
|
||||
# - $values/stacks/monitoring/promtail/values.yaml
|
||||
# - repoURL: https://{{{ .Env.DOMAIN_GITEA }}}/giteaAdmin/edfbuilder
|
||||
# targetRevision: HEAD
|
||||
# ref: values
|
Loading…
Reference in a new issue