forked from grafana/helm-charts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlarge.yaml
140 lines (125 loc) · 2.6 KB
/
large.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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
# These values configure the Grafana Enterprise Metrics cluster to
# handle production ingestion of ~10M active series using the blocks
# storage engine scraped with a 15s interval.
# Query requirements can vary dramatically depending on query rate and query
# ranges. The values here satisfy a "usual" query load as seen from our
# production clusters at this scale.
# It is important to ensure that you run no more than one ingester replica
# per node so that a single node failure does not cause data loss. Zone aware
# replication can be configured to ensure data replication spans availability
# zones. Refer to [Zone Aware Replication](https://cortexmetrics.io/docs/guides/zone-aware-replication/)
# for more information.
# Minio is no longer enabled and you are encouraged to use your cloud providers
# object storage service for production deployments.
# Ingesters are configured with a replication factor of 3 to ensure that a single ingester failur does not
# result in data loss.
config:
ingester:
lifecycler:
ring:
replication_factor: 3
admin_api:
replicas: 3
resources:
limits:
cpu: 200m
memory: 256Mi
requests:
cpu: 10m
memory: 64Mi
alertmanager:
persistentVolume:
enabled: true
replicas: 3
resources:
limits:
memory: 8Gi
requests:
cpu: 300m
memory: 6Gi
statefulset:
enabled: true
compactor:
persistentVolume:
size: 50Gi
resources:
limits:
cpu: 1200m
memory: 2Gi
requests:
cpu: 1
memory: 1Gi
distributor:
replicas: 15
resources:
limits:
memory: 4Gi
requests:
cpu: 2
memory: 2Gi
gateway:
replicas: 8
resources:
requests:
cpu: 1
memory: 384Mi
ingester:
persistentVolume:
size: 50Gi
replicas: 25
resources:
limits:
memory: 25Gi
requests:
cpu: 4
memory: 15Gi
memcached:
enabled: true
replicaCount: 32
memcached-queries:
enabled: true
replicaCount: 10
memcached-metadata:
enabled: true
minio:
enabled: false
overrides_exporter:
replicas: 1
resources:
limits:
memory: 256Mi
requests:
cpu: 100m
memory: 128Mi
querier:
replicas: 6
resources:
limits:
memory: 24Gi
requests:
cpu: 1
memory: 12Gi
query_frontend:
replicas: 2
resources:
limits:
memory: 6Gi
requests:
cpu: 2
memory: 2Gi
ruler:
replicas: 2
resources:
limits:
memory: 16Gi
requests:
cpu: 1
memory: 6Gi
store_gateway:
persistentVolume:
size: 50Gi
replicas: 1
resources:
requests:
cpu: 1
memory: 6Gi