Skip to content

Commit

Permalink
rekor: propose some default settings for the db connections
Browse files Browse the repository at this point in the history
Signed-off-by: hectorj2f <[email protected]>
  • Loading branch information
hectorj2f committed Sep 30, 2024
1 parent 4a2418f commit 39ab095
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/rekor/rekor/300-rekor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ spec:
"--rekor_server.signer-passwd=$(SECRET_SIGNING_PWD)",
"--enable_attestation_storage=true",
"--attestation_storage_bucket=file:///tmp/",
"--search_index.mysql.conn_max_idletime=300s",
"--search_index.mysql.conn_max_lifetime=2100s",
"--search_index.mysql.max_open_connections=500",
"--search_index.mysql.max_idle_connections=250",
# "--rekor_server.timestamp_chain=$(TIMESTAMP_CHAIN)"
]
env:
Expand Down

0 comments on commit 39ab095

Please sign in to comment.