Skip to content

Commit af11c3c

Browse files
authored
Remove tmp compactors for production (#790)
1 parent f5d602a commit af11c3c

File tree

2 files changed

+0
-72
lines changed
  • magefiles
  • resources/services/rhobs-thanos-operator/production

2 files changed

+0
-72
lines changed

magefiles/cr.go

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ func (p Production) OperatorCR() {
2727

2828
objs = append(objs, queryCR(ns, ProductionMaps, true)...)
2929
objs = append(objs, storeCR(ns, ProductionMaps)...)
30-
objs = append(objs, compactTempProduction()...)
3130

3231
// Sort objects by Kind then Name
3332
sort.Slice(objs, func(i, j int) bool {

resources/services/rhobs-thanos-operator/production/rhobs.yaml

-71
Original file line numberDiff line numberDiff line change
@@ -95,77 +95,6 @@ objects:
9595
storeLimitsOptions: {}
9696
version: c7c3ef94c51d518bb6056d3ad416d7b4f39559f3
9797
status: {}
98-
- apiVersion: monitoring.thanos.io/v1alpha1
99-
kind: ThanosCompact
100-
metadata:
101-
creationTimestamp: null
102-
name: historic
103-
namespace: rhobs-production
104-
spec:
105-
baseImage: quay.io/redhat-user-workloads/rhobs-mco-tenant/rhobs-thanos
106-
compactConfig:
107-
compactConcurrency: 1
108-
debugConfig:
109-
acceptMalformedIndex: true
110-
haltOnError: true
111-
maxCompactionLevel: 4
112-
downsamplingConfig:
113-
downsamplingConcurrency: 1
114-
downsamplingEnabled: false
115-
featureGates:
116-
serviceMonitor:
117-
enable: false
118-
imagePullPolicy: IfNotPresent
119-
logFormat: logfmt
120-
logLevel: info
121-
maxTime: -2w
122-
minTime: -3650d
123-
objectStorageConfig:
124-
key: thanos.yaml
125-
name: thanos-objectstorage
126-
optional: false
127-
retentionConfig:
128-
fiveMinutes: 3650d
129-
oneHour: 3650d
130-
raw: 3650d
131-
storageSize: 500Gi
132-
version: c7c3ef94c51d518bb6056d3ad416d7b4f39559f3
133-
status: {}
134-
- apiVersion: monitoring.thanos.io/v1alpha1
135-
kind: ThanosCompact
136-
metadata:
137-
creationTimestamp: null
138-
name: recent
139-
namespace: rhobs-production
140-
spec:
141-
baseImage: quay.io/redhat-user-workloads/rhobs-mco-tenant/rhobs-thanos
142-
compactConfig:
143-
compactConcurrency: 1
144-
debugConfig:
145-
acceptMalformedIndex: true
146-
haltOnError: true
147-
maxCompactionLevel: 3
148-
downsamplingConfig:
149-
downsamplingConcurrency: 1
150-
downsamplingEnabled: true
151-
featureGates:
152-
serviceMonitor:
153-
enable: false
154-
imagePullPolicy: IfNotPresent
155-
logFormat: logfmt
156-
logLevel: info
157-
maxTime: -2w
158-
objectStorageConfig:
159-
key: thanos.yaml
160-
name: thanos-objectstorage
161-
optional: false
162-
retentionConfig:
163-
fiveMinutes: 3650d
164-
oneHour: 3650d
165-
raw: 3650d
166-
storageSize: 50Gi
167-
version: c7c3ef94c51d518bb6056d3ad416d7b4f39559f3
168-
status: {}
16998
- apiVersion: monitoring.thanos.io/v1alpha1
17099
kind: ThanosQuery
171100
metadata:

0 commit comments

Comments
 (0)