We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd05194 commit f7de0b2Copy full SHA for f7de0b2
releases/R2025b/matlab-prodserver/templates/mps-3-deployment.yaml
@@ -71,6 +71,7 @@ spec:
71
mountPath: "/opt/mpsinstance/auto_deploy"
72
- name: mcr-root
73
mountPath: "/opt/matlabruntime"
74
+ readOnly: true
75
- name: mps-config
76
mountPath: "/opt/mpsinstance/config"
77
values-overrides.yaml
@@ -109,7 +109,7 @@ matlabProductionServerSettings:
109
# -------------------------------------------------------------
110
111
deploymentSettings:
112
- # Uncomment to update resource utilization default values:
+ # Uncomment to update resources utilization default values:
113
# cpuLimit: "1"
114
# cpuRequest: "250m"
115
# memoryLimit: "8Gi"
0 commit comments