Skip to content

Commit

Permalink
Remove prometheus enable
Browse files Browse the repository at this point in the history
  • Loading branch information
k-burt-uch committed Oct 21, 2024
1 parent 096f16e commit 1910c1b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gen3/bin/kube-setup-gen3-user-data-library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ setup_database() {
local db_database=$(jq -r .db_database < "$secretsFolder/dbcreds.json")
cat - > "$secretsFolder/gen3-user-data-library.env" <<EOM
DB_CONNECTION_STRING=postgresql+asyncpg://$db_user:$db_password@$db_host/$db_database
ENABLE_PROMETHEUS_METRICS=False
EOM
# make it easy for nginx to get the Authorization header ...
echo -n "gateway:$password" | base64 > "$secretsFolder/base64Authz.txt"
Expand Down

0 comments on commit 1910c1b

Please sign in to comment.