Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 11 additions & 4 deletions values/thanos/thanos.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,15 @@
{{- $t:= $v.apps.thanos }}

{{- if $v.otomi.linodeLkeImageRepository }}
image:
registry: "{{- $v.otomi.linodeLkeImageRepository }}/docker"
image:
registry: "{{- $v.otomi.linodeLkeImageRepository }}/quay"
repository: "thanos/thanos"
tag: v0.36.1
{{- else }}
image:
registry: "quay.io"
repository: "thanos/thanos"
tag: v0.36.1
{{- end }}

## @section Thanos Query parameters
Expand All @@ -28,7 +35,7 @@ queryFrontend:
## @section Thanos Compactor parameters
compactor:
enabled: true
## By default, there is NO retention set for object storage data. This means that data is stored forever,
## By default, there is NO retention set for object storage data. This means that data is stored forever,
## which is a valid and recommended way of running Thanos.
retentionResolutionRaw: {{ $t.compactor.retentionResolutionRaw }}
retentionResolution5m: {{ $t.compactor.retentionResolution5m }}
Expand Down Expand Up @@ -62,4 +69,4 @@ metrics:
enabled: true
namespace: monitoring
labels:
prometheus: system
prometheus: system