Skip to content

Commit f7de0b2

Browse files
committed
Updated MCR volume mount to be read-only
1 parent bd05194 commit f7de0b2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

releases/R2025b/matlab-prodserver/templates/mps-3-deployment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ spec:
7171
mountPath: "/opt/mpsinstance/auto_deploy"
7272
- name: mcr-root
7373
mountPath: "/opt/matlabruntime"
74+
readOnly: true
7475
- name: mps-config
7576
mountPath: "/opt/mpsinstance/config"
7677

values-overrides.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ matlabProductionServerSettings:
109109
# -------------------------------------------------------------
110110

111111
deploymentSettings:
112-
# Uncomment to update resource utilization default values:
112+
# Uncomment to update resources utilization default values:
113113
# cpuLimit: "1"
114114
# cpuRequest: "250m"
115115
# memoryLimit: "8Gi"

0 commit comments

Comments
 (0)