Skip to content

Commit 8e3a351

Browse files
authored
upgrade the posrtgres cipher config (#1162)
Signed-off-by: myan <[email protected]>
1 parent 73cc72e commit 8e3a351

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

operator/pkg/controllers/hubofhubs/storage/manifests.sts/conf-configmap.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ data:
88
ssl = on
99
ssl_cert_file = '/opt/app-root/src/certs/tls.crt' # server certificate
1010
ssl_key_file = '/opt/app-root/src/certs/tls.key' # server private key
11+
ssl_min_protocol_version = TLSv1.3
1112
{{- if .EnablePostgresMetrics }}
1213
shared_preload_libraries = 'pg_stat_statements'
1314
pg_stat_statements.max = 10000

0 commit comments

Comments
 (0)