Skip to content

Commit

Permalink
Add ToolsDB credentials (#40)
Browse files Browse the repository at this point in the history
* Add ToolsDB credentials

This will let Quarry run queries against the ToolsDB replica host.

Bug: T348407

* auto update of  tag

---------

Co-authored-by: Github Action <auto@github.com>
  • Loading branch information
dhinus and Github Action committed May 20, 2024
1 parent 49862cc commit c417f9f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions helm-quarry/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
web:
repository: 'quay.io/wikimedia-quarry/quarry'
tag: pr-39 # web tag managed by github actions
tag: pr-40 # web tag managed by github actions

worker:
repository: 'quay.io/wikimedia-quarry/quarry'
tag: pr-39 # worker tag managed by github actions
tag: pr-40 # worker tag managed by github actions
Binary file modified quarry/config-prod.yaml
Binary file not shown.
2 changes: 1 addition & 1 deletion quarry/default_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ REPLICA_USER: 'repl' # For live replicas, your replica.my.cnf username
REPLICA_PASSWORD: 'repl' # For live replicas, your replica.my.cnf password
REPLICA_PORT: 3306

TOOLS_DB_HOST: 'tools.db.svc.wikimedia.cloud'
TOOLS_DB_HOST: 'tools-readonly.db.svc.wikimedia.cloud'
TOOLS_DB_PORT: 3306
TOOLS_DB_USER: ''
TOOLS_DB_PASSWORD: ''
Expand Down

0 comments on commit c417f9f

Please sign in to comment.