Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
Pickup DB_HOST env variable (#1480)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbelvin authored Feb 28, 2020
1 parent c870922 commit 9ea84e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/kubernetes/base/map-server-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
containers:
- name: trillian-mapserver
args: [
"--mysql_uri=test:zaphod@tcp(db:3306)/test",
"--mysql_uri=test:zaphod@tcp($(DB_HOST):3306)/test",
"--rpc_endpoint=0.0.0.0:8090",
"--http_endpoint=0.0.0.0:8091",
"--alsologtostderr"
Expand Down

0 comments on commit 9ea84e6

Please # to comment.