File tree Expand file tree Collapse file tree 13 files changed +21
-13
lines changed
Expand file tree Collapse file tree 13 files changed +21
-13
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ maintainers:
1111name : thanos
1212sources :
1313 - https://github.com/cloudoperators/greenhouse-extensions
14- version : 0.7.0
14+ version : 0.7.1
1515keywords :
1616 - thanos
1717 - storage
Original file line number Diff line number Diff line change @@ -6,6 +6,14 @@ blackboxExporter:
66
77thanos :
88 query :
9+ serviceLabels :
10+ testServiceLabels : " true"
11+ deploymentLabels :
12+ testDeploymentLabels : " true"
13+ persesDatasource :
14+ create : " true"
15+ selector :
16+ persesDatasourceSelector : test
917 stores :
1018 - prometheus-operated:10901
1119 - prometheus-operated:10901
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ metadata:
66 {{- include "plugin.labels" . | nindent 4 }}
77 {{- include "thanos.labels" . | nindent 4 }}
88 {{- if .Values.thanos.compactor.deploymentLabels }}
9- {{ toYaml .Values.thanos.compactor.deploymentLabels | nindent 4 }}
9+ {{- toYaml .Values.thanos.compactor.deploymentLabels | nindent 4 }}
1010 {{- end }}
1111 name : {{ include "release.name" . }}-compactor
1212spec :
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ metadata:
1010 {{- include "plugin.labels" . | nindent 4 }}
1111 {{- include "thanos.labels" . | nindent 4 }}
1212 {{- if .Values.thanos.compactor.volume.labels }}
13- {{ toYaml .Values.thanos.compactor.volume.labels | nindent 4 }}
13+ {{- toYaml .Values.thanos.compactor.volume.labels | nindent 4 }}
1414 {{- end }}
1515 name : {{ include "release.name" . }}-compactor
1616spec :
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ metadata:
1010 {{- include "plugin.labels" . | nindent 4 }}
1111 {{- include "thanos.labels" . | nindent 4 }}
1212 {{- if .Values.thanos.compactor.serviceLabels }}
13- {{ toYaml .Values.thanos.compactor.serviceLabels | nindent 4 }}
13+ {{- toYaml .Values.thanos.compactor.serviceLabels | nindent 4 }}
1414 {{- end }}
1515 name : {{ include "release.name" . }}-compactor
1616spec :
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ metadata:
66 {{- include "plugin.labels" . | nindent 4 }}
77 {{- include "thanos.labels" . | nindent 4 }}
88 {{- if .Values.thanos.query.deploymentLabels }}
9- {{ toYaml .Values.thanos.query.deploymentLabels | nindent 4 }}
9+ {{- toYaml .Values.thanos.query.deploymentLabels | nindent 4 }}
1010 {{- end }}
1111 name : {{ include "release.name" . }}-query
1212spec :
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ metadata:
77 {{- include "plugin.labels" . | nindent 4 }}
88 {{- include "thanos.labels" . | nindent 4 }}
99 {{- if .Values.thanos.query.deploymentLabels }}
10- {{ toYaml .Values.thanos.query.deploymentLabels | nindent 4 }}
10+ {{- toYaml .Values.thanos.query.deploymentLabels | nindent 4 }}
1111 {{- end }}
1212data :
1313 endpoint-targets.yaml : |-
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ metadata:
1010 {{- include "plugin.labels" . | nindent 4 }}
1111 {{- include "thanos.labels" . | nindent 4 }}
1212 {{- if .Values.thanos.query.serviceLabels }}
13- {{ toYaml .Values.thanos.query.serviceLabels | nindent 4 }}
13+ {{- toYaml .Values.thanos.query.serviceLabels | nindent 4 }}
1414 {{- end }}
1515 name : {{ include "release.name" . }}-query
1616spec :
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ metadata:
88 {{- include "plugin.labels" . | nindent 4 }}
99 {{- include "thanos.labels" . | nindent 4 }}
1010 {{- if .Values.thanos.ruler.labels }}
11- {{ toYaml .Values.thanos.ruler.labels | nindent 4 }}
11+ {{- toYaml .Values.thanos.ruler.labels | nindent 4 }}
1212 {{- end }}
1313spec :
1414 affinity :
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ metadata:
1010 {{- include "plugin.labels" . | nindent 4 }}
1111 {{- include "thanos.labels" . | nindent 4 }}
1212 {{- if .Values.thanos.ruler.serviceLabels }}
13- {{ toYaml .Values.thanos.ruler.serviceLabels | nindent 4 }}
13+ {{- toYaml .Values.thanos.ruler.serviceLabels | nindent 4 }}
1414 {{- end }}
1515 name : {{ include "release.name" . }}-ruler
1616spec :
You can’t perform that action at this time.
0 commit comments