-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathvalues.yaml
111 lines (106 loc) · 3.58 KB
/
values.yaml
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
# -- [loki-stack](https://github.com/grafana/loki) is DEPREACTED use `loki` and `promtail` individually
# @default -- DEPRECATED
lokiStack:
enabled: false
name: loki-stack
destination:
namespace: "infra-logging"
repoURL: "https://grafana.github.io/helm-charts"
chart: "loki-stack"
targetRevision: "2.9.10"
values: {}
# -- [Grafana Loki](https://grafana.com/oss/loki/) ([example](./examples/loki.yaml))
# @default -- -
loki:
# -- Enable loki
enabled: false
name: loki
destination:
# -- Namespace
namespace: "infra-logging"
# -- Repo URL
# @default -- [repo](https://grafana.github.io/helm-charts)
repoURL: "https://grafana.github.io/helm-charts"
# -- Chart
chart: "loki"
# -- [loki Helm chart](https://github.com/grafana/loki/tree/main/production/helm/loki)
targetRevision: "6.22.0"
# -- Helm values
# @default -- [upstream values](https://github.com/grafana/loki/blob/main/production/helm/loki/values.yaml)
values: {}
# -- [Grafana Loki promtail](https://grafana.com/docs/loki/latest/send-data/promtail/) ([example](./examples/promtail.yaml))
# @default -- -
promtail:
# -- Enable promtail
enabled: false
name: promtail
destination:
# -- Namespace
namespace: "infra-logging"
# -- Repo URL
# @default -- [repo](https://grafana.github.io/helm-charts)
repoURL: "https://grafana.github.io/helm-charts"
# -- Chart
chart: "promtail"
# -- [promtail Helm chart](https://github.com/grafana/helm-charts/tree/main/charts/promtail)
targetRevision: "6.16.5"
# -- Helm values
# @default -- [upstream values](https://github.com/grafana/helm-charts/blob/main/charts/promtail/values.yaml)
values: {}
# -- [filebeat](https://github.com/elastic/beats/tree/master/filebeat) ([example](./examples/filebeat.yaml))
# @default -- -
filebeat:
# -- Enable filebeat
enabled: false
name: filebeat
destination:
# -- Namespace
namespace: "infra-logging"
# -- Repo URL
# @default -- [repo](https://helm.elastic.co)
repoURL: "https://helm.elastic.co"
# -- Chart
chart: "filebeat"
# -- [filebeat Helm chart](https://github.com/elastic/helm-charts/tree/master/filebeat) version
targetRevision: "8.5.1"
# -- Helm values
# @default -- [upstream values](https://github.com/elastic/helm-charts/tree/master/filebeat/values.yaml)
values: {}
# -- [fluentd](https://github.com/fluent/fluentd) ([example](./examples/fluentd.yaml))
# @default -- -
fluentd:
# -- Enable fluentd
enabled: false
name: fluentd
destination:
# -- Namespace
namespace: "infra-logging"
# -- Repo URL
# @default -- [repo](https://charts.bitnami.com/bitnami)
repoURL: "https://charts.bitnami.com/bitnami"
# -- Chart
chart: "fluentd"
# -- [fluentd Helm chart](https://github.com/bitnami/charts/tree/master/bitnami/fluentd) version
targetRevision: "6.5.*"
# -- Helm values
# @default -- [upstream values](https://github.com/bitnami/charts/tree/master/bitnami/fluentd/values.yaml)
values: {}
# -- [fluentBit](https://github.com/fluent/fluent-bit) ([example](./examples/fluentBit.yaml))
# @default -- -
fluentBit:
# -- Enable fluentBit
enabled: false
name: fluentbit
destination:
# -- Namespace
namespace: "infra-logging"
# -- Repo URL
# @default -- [repo](https://fluent.github.io/helm-charts)
repoURL: "https://fluent.github.io/helm-charts"
# -- Chart
chart: "fluent-bit"
# -- [fluent-bit Helm chart](https://github.com/fluent/helm-charts/tree/main/charts/fluent-bit) version
targetRevision: "0.46.11"
# -- Helm values
# @default -- [upstream values](https://github.com/fluent/helm-charts/blob/main/charts/fluent-bit/values.yaml)
values: {}