Skip to content

Commit 3666370

Browse files
committed
Aligned main_config default value
1 parent f7de0b2 commit 3666370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

releases/R2025b/matlab-prodserver/templates/mps-2-configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ data:
1010
--http 9910
1111
--ssl-verify-peer-mode no-verify-peer
1212
--ssl-protocols TLSv1.2,TLSv1.3
13-
--ssl-ciphers ALL
13+
--ssl-ciphers ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:DHE-RSA-CHACHA20-POLY1305
1414
--mcr-root /opt/matlabruntime/{{ .Values.images.matlabRuntime.variant }}
1515
--num-workers {{ .Values.matlabProductionServerSettings.numWorkers | default 1 }}
1616
--worker-restart-interval 12:00:00

0 commit comments

Comments
 (0)