File tree 2 files changed +4
-4
lines changed
resources/services/rhobs-thanos-operator/production
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -859,7 +859,7 @@ func compactTempProduction() []runtime.Object {
859
859
DebugConfig : & v1alpha1.DebugConfig {
860
860
AcceptMalformedIndex : ptr .To (true ),
861
861
HaltOnError : ptr .To (true ),
862
- MaxCompactionLevel : ptr .To (int32 (3 )),
862
+ MaxCompactionLevel : ptr .To (int32 (1 )),
863
863
},
864
864
StorageSize : v1alpha1 .StorageSize ("50Gi" ),
865
865
FeatureGates : & v1alpha1.FeatureGates {
@@ -904,7 +904,7 @@ func compactTempProduction() []runtime.Object {
904
904
DebugConfig : & v1alpha1.DebugConfig {
905
905
AcceptMalformedIndex : ptr .To (true ),
906
906
HaltOnError : ptr .To (true ),
907
- MaxCompactionLevel : ptr .To (int32 (4 )),
907
+ MaxCompactionLevel : ptr .To (int32 (1 )),
908
908
},
909
909
StorageSize : v1alpha1 .StorageSize ("500Gi" ),
910
910
FeatureGates : & v1alpha1.FeatureGates {
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ objects:
108
108
debugConfig :
109
109
acceptMalformedIndex : true
110
110
haltOnError : true
111
- maxCompactionLevel : 4
111
+ maxCompactionLevel : 1
112
112
downsamplingConfig :
113
113
downsamplingConcurrency : 1
114
114
downsamplingEnabled : false
@@ -144,7 +144,7 @@ objects:
144
144
debugConfig :
145
145
acceptMalformedIndex : true
146
146
haltOnError : true
147
- maxCompactionLevel : 3
147
+ maxCompactionLevel : 1
148
148
downsamplingConfig :
149
149
downsamplingConcurrency : 1
150
150
downsamplingEnabled : true
You can’t perform that action at this time.
0 commit comments