-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'improvement/deploy-thanos-querier' into q/2.11
- Loading branch information
Showing
63 changed files
with
7,986 additions
and
2,358 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
store: | ||
enabled: false | ||
|
||
queryFrontend: | ||
enabled: false | ||
|
||
compact: | ||
enabled: false | ||
|
||
bucket: | ||
enabled: false | ||
|
||
rule: | ||
enabled: false | ||
|
||
# This one is deployed by Prometheus operator | ||
sidecar: | ||
enabled: false | ||
|
||
image: | ||
repository: '__image__(thanos)' | ||
tag: v0.23.1 | ||
|
||
query: | ||
enabled: true | ||
|
||
replicaLabels: | ||
- prometheus_replica | ||
|
||
storeDNSDiscovery: false | ||
sidecarDNSDiscovery: false | ||
|
||
stores: | ||
# Service deployed by Prometheus operator to expose Thanos sidecars | ||
- dnssrv+_grpc._tcp.prometheus-operator-thanos-discovery | ||
|
||
tolerations: | ||
- key: 'node-role.kubernetes.io/bootstrap' | ||
operator: 'Exists' | ||
effect: 'NoSchedule' | ||
- key: 'node-role.kubernetes.io/infra' | ||
operator: 'Exists' | ||
effect: 'NoSchedule' | ||
|
||
nodeSelector: | ||
node-role.kubernetes.io/infra: '' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Patterns to ignore when building packages. | ||
# This supports shell glob matching, relative path matching, and | ||
# negation (prefixed with !). Only one pattern per line. | ||
.DS_Store | ||
# Common VCS dirs | ||
.git/ | ||
.gitignore | ||
.bzr/ | ||
.bzrignore | ||
.hg/ | ||
.hgignore | ||
.svn/ | ||
# Common backup files | ||
*.swp | ||
*.bak | ||
*.tmp | ||
*~ | ||
# Various IDEs | ||
.project | ||
.idea/ | ||
*.tmproj |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
apiVersion: v1 | ||
appVersion: 0.17.1 | ||
description: Thanos is a set of components that can be composed into a highly available | ||
metric system with unlimited storage capacity, which can be added seamlessly on | ||
top of existing Prometheus deployments. | ||
icon: https://raw.githubusercontent.com/thanos-io/thanos/master/docs/img/Thanos-logo_fullmedium.png | ||
keywords: | ||
- thanos | ||
- prometheus | ||
- metrics | ||
maintainers: | ||
- email: [email protected] | ||
name: Banzai Cloud | ||
name: thanos | ||
sources: | ||
- https://github.com/thanos-io/thanos | ||
- https://github.com/banzaicloud/banzai-charts/tree/master/thanos | ||
version: 0.4.6 |
Oops, something went wrong.