File tree Expand file tree Collapse file tree 1 file changed +25
-10
lines changed Expand file tree Collapse file tree 1 file changed +25
-10
lines changed Original file line number Diff line number Diff line change @@ -64,14 +64,16 @@ compactor:
6464 size : 100Gi
6565 resources :
6666 limits :
67- memory : 3Gi
67+ cpu : 1
68+ memory : 4Gi
6869 requests :
6970 cpu : 1
70- memory : 3Gi
71+ memory : 4Gi
7172distributor :
7273 replicas : 2
7374 resources :
7475 limits :
76+ cpu : 12
7577 memory : 12Gi
7678 requests :
7779 cpu : 1
@@ -82,11 +84,11 @@ ingester:
8284 replicas : 3
8385 resources :
8486 limits :
85- cpu : 16
86- memory : 32Gi
87+ cpu : 18
88+ memory : 48Gi
8789 requests :
8890 cpu : 5
89- memory : 32Gi
91+ memory : 48Gi
9092 topologySpreadConstraints : {}
9193 affinity :
9294 podAntiAffinity :
@@ -110,25 +112,37 @@ ingester:
110112 zoneAwareReplication :
111113 topologyKey : kubernetes.io/hostname
112114querier :
113- replicas : 1
115+ replicas : 2
114116 resources :
115117 limits :
116- memory : 5Gi
118+ cpu : 10
119+ memory : 10Gi
117120 requests :
118121 cpu : 2
119- memory : 5Gi
122+ memory : 10Gi
120123query_frontend :
121124 replicas : 1
122125 resources :
123126 limits :
127+ cpu : 2
124128 memory : 3Gi
125129 requests :
126130 cpu : 2
127131 memory : 3Gi
132+ query_scheduler :
133+ replicas : 2
134+ resources :
135+ limits :
136+ cpu : 1
137+ memory : 1Gi
138+ requests :
139+ cpu : 100m
140+ memory : 1Gi
128141ruler :
129142 replicas : 1
130143 resources :
131144 limits :
145+ cpu : 1
132146 memory : 3Gi
133147 requests :
134148 cpu : 1
@@ -139,10 +153,11 @@ store_gateway:
139153 replicas : 3
140154 resources :
141155 limits :
142- memory : 2.5Gi
156+ cpu : 10
157+ memory : 10Gi
143158 requests :
144159 cpu : 1
145- memory : 2.5Gi
160+ memory : 10Gi
146161 topologySpreadConstraints : {}
147162 affinity :
148163 podAntiAffinity :
You can’t perform that action at this time.
0 commit comments