You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: helm_values.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ If you do not include a parameter in your YAML file, your configuration uses the
66
66
`openMetricsPortOutsideKubernetes` | Flag to expose the cluster monitoring metrics server outside of the Kubernetes cluster. | `false`
67
67
`parallelServerProxyCPULimit` | CPU limit for the MATLAB Parallel Server proxy pod. Your configuration uses this parameter only if the cluster supports MATLAB release R2026a or later. | —
68
68
`parallelServerProxyCPURequest` | CPU request for the MATLAB Parallel Server proxy pod. Your configuration uses this parameter only if the cluster supports MATLAB release R2026a or later. | `100m`
69
-
`parallelServerProxyImage` | URI of the image to use for the MATLAB Parallel Server proxy, which is used to proxy incoming traffic. Your configuration uses this parameter only if the cluster supports MATLAB release R2026a or later. | `ghcr.io/mathworks/parallel-server-proxy:v1.0.0`
69
+
`parallelServerProxyImage` | URI of the image to use for the MATLAB Parallel Server proxy, which is used to proxy incoming traffic. Your configuration uses this parameter only if the cluster supports MATLAB release R2026a or later. | `ghcr.io/mathworks/parallel-server-proxy:v1.0.1`
70
70
`parallelServerProxyImagePullPolicy` | Pull policy for the MATLAB Parallel Server proxy image. Your configuration uses this parameter only if the cluster supports MATLAB release R2026a or later. | `IfNotPresent`
71
71
`parallelServerProxyMemoryLimit` | Memory limit for each MATLAB Parallel Server proxy pod. Your configuration uses this parameter only if the cluster supports MATLAB release R2026a or later. | —
72
72
`parallelServerProxyMemoryRequest` | Memory request for each MATLAB Parallel Server proxy pod. Your configuration uses this parameter only if the cluster supports MATLAB release R2026a or later. | `256Mi`
0 commit comments