loki
This commit is contained in:
parent
9280fcca4e
commit
65bfb83bf8
27
apps/templates/loki.yaml
Normal file
27
apps/templates/loki.yaml
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: loki
|
||||||
|
namespace: argo-cd
|
||||||
|
finalizers:
|
||||||
|
- resources-finalizer.argocd.argoproj.io
|
||||||
|
spec:
|
||||||
|
destination:
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
|
namespace: prometheus
|
||||||
|
project: default
|
||||||
|
source:
|
||||||
|
chart: loki-stack
|
||||||
|
helm:
|
||||||
|
values: |
|
||||||
|
|
||||||
|
test_pod: {}
|
||||||
|
|
||||||
|
repoURL: https://grafana.github.io/helm-charts
|
||||||
|
targetRevision: 2.8.7
|
||||||
|
syncPolicy:
|
||||||
|
automated:
|
||||||
|
prune: true
|
||||||
|
selfHeal: true
|
||||||
|
syncOptions:
|
||||||
|
- CreateNamespace=true
|
@ -30,6 +30,9 @@ spec:
|
|||||||
|
|
||||||
|
|
||||||
grafana:
|
grafana:
|
||||||
|
persistence:
|
||||||
|
enabled: true
|
||||||
|
storageClassName: longhorn
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
ingressClassName: traefik
|
ingressClassName: traefik
|
||||||
|
Loading…
Reference in New Issue
Block a user