-
Notifications
You must be signed in to change notification settings - Fork 58
Expand file tree
/
Copy pathloki.yaml
More file actions
45 lines (45 loc) · 1.07 KB
/
loki.yaml
File metadata and controls
45 lines (45 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: loki
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: production
source:
chart: loki
repoURL: https://grafana.github.io/helm-charts
targetRevision: "6.2.0"
helm:
releaseName: loki
parameters:
- name: loki.commonConfig.replication_factor
value: "1"
- name: loki.storage.type
value: filesystem
- name: loki.auth_enabled
value: "false"
- name: singleBinary.replicas
value: "1"
- name: deploymentMode
value: SingleBinary
- name: backend.replicas
value: "0"
- name: read.replicas
value: "0"
- name: write.replicas
value: "0"
- name: loki.useTestSchema
value: "true"
destination:
server: https://kubernetes.default.svc
namespace: monitoring
syncPolicy:
automated:
selfHeal: true
prune: true
allowEmpty: true
syncOptions:
- CreateNamespace=true