23 lines
487 B
YAML
23 lines
487 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: monitoring-logging
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: https://grafana.github.io/helm-charts
|
|
targetRevision: main
|
|
chart: loki-stack
|
|
helm:
|
|
releaseName: loki-stack
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: monitoring-logging
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
syncOptions:
|
|
- CreateNamespace=true
|