Skip to content

Commit

Permalink
upgrade the posrtgres cipher config (stolostron#1162)
Browse files Browse the repository at this point in the history
Signed-off-by: myan <[email protected]>
  • Loading branch information
yanmxa authored Oct 12, 2024
1 parent 73cc72e commit 8e3a351
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ data:
ssl = on
ssl_cert_file = '/opt/app-root/src/certs/tls.crt' # server certificate
ssl_key_file = '/opt/app-root/src/certs/tls.key' # server private key
ssl_min_protocol_version = TLSv1.3
{{- if .EnablePostgresMetrics }}
shared_preload_libraries = 'pg_stat_statements'
pg_stat_statements.max = 10000
Expand Down

0 comments on commit 8e3a351

Please sign in to comment.