File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ compactor:
6363 cpu : 1
6464 memory : 4Gi
6565distributor :
66- replicas : 2
66+ replicas : 3
6767 resources :
6868 limits :
6969 cpu : 12
@@ -105,7 +105,7 @@ ingester:
105105 zoneAwareReplication :
106106 topologyKey : kubernetes.io/hostname
107107querier :
108- replicas : 2
108+ replicas : 3
109109 resources :
110110 limits :
111111 cpu : 10
@@ -114,7 +114,7 @@ querier:
114114 cpu : 2
115115 memory : 10Gi
116116query_frontend :
117- replicas : 2
117+ replicas : 3
118118 resources :
119119 limits :
120120 cpu : 2
@@ -123,7 +123,7 @@ query_frontend:
123123 cpu : 2
124124 memory : 3Gi
125125query_scheduler :
126- replicas : 2
126+ replicas : 3
127127 resources :
128128 limits :
129129 cpu : 1
@@ -176,18 +176,19 @@ store_gateway:
176176# # caching components
177177admin-cache :
178178 enabled : true
179- replicas : 2
179+ replicas : 3
180180chunks-cache :
181181 enabled : true
182- replicas : 2
182+ replicas : 3
183183index-cache :
184184 enabled : true
185185 replicas : 3
186186metadata-cache :
187187 enabled : true
188+ replicas : 3
188189results-cache :
189190 enabled : true
190- replicas : 2
191+ replicas : 3
191192
192193# # exporter
193194overrides_exporter :
@@ -204,7 +205,7 @@ nginx:
204205 enabled : false
205206gateway :
206207 enabledNonEnterprise : true
207- replicas : 2
208+ replicas : 3
208209 nginx :
209210 config :
210211 clientMaxBodySize : 10m
You can’t perform that action at this time.
0 commit comments