Skip to content

Commit

Permalink
rekor: propose some default settings for the db connections (#1289)
Browse files Browse the repository at this point in the history
Signed-off-by: hectorj2f <hector@chainguard.dev>
  • Loading branch information
hectorj2f authored Oct 1, 2024
1 parent ded80c3 commit b35c253
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=300",
"--search_index.mysql.max_idle_connections=100",
# "--rekor_server.timestamp_chain=$(TIMESTAMP_CHAIN)"
]
env:
Expand Down

0 comments on commit b35c253

Please sign in to comment.