Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ai3
docker
thanos
Commits
d7cedd58
Commit
d7cedd58
authored
Dec 21, 2020
by
godog
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '0.17.2' into 'master'
Upgrade to 0.17.2, add query-frontend See merge request
!1
parents
a5110532
e5e9d644
Pipeline
#9759
passed with stages
in 1 minute and 54 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
build.sh
build.sh
+1
-1
conf/chaperone.d/thanos-query-frontend.conf
conf/chaperone.d/thanos-query-frontend.conf
+6
-0
No files found.
build.sh
View file @
d7cedd58
...
...
@@ -11,7 +11,7 @@ BUILD_PACKAGES="curl dpkg-dev rsync"
PACKAGES
=
"
"
THANOS_RELEASE
=
0.1
4.0
THANOS_RELEASE
=
0.1
7.2
# The default bitnami/minideb image defines an 'install_packages'
# command which is just a convenient helper. Define our own in
...
...
conf/chaperone.d/thanos-query-frontend.conf
0 → 100644
View file @
d7cedd58
thanos
-
query
-
frontend
.
service
: {
command
:
"/usr/sbin/thanos query-frontend --http-address=$(QUERY_FRONTEND_HTTP_ADDRESS:-0.0.0.0:10906) --query-frontend.downstream-url=$(QUERY_FRONTEND_DOWNSTREAM_URL:-http://localhost:10904) --query-frontend.compress-responses $(QUERY_FRONTEND_FLAGS:-)"
,
enabled
:
"$(QUERY_FRONTEND_OFF:|[yt]*|false|true)"
,
kill_signal
:
SIGTERM
,
exit_kills
:
true
,
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment