File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -28,12 +28,13 @@ global:
28
28
secretName : " "
29
29
30
30
matlabProductionServerSettings :
31
- # CTF files are placed here for automatic deployment.
31
+ # CTF files are placed in this volume for automatic deployment.
32
32
autoDeploy :
33
33
# Enable RESTful API for management of CTF 'Deployable Archives'
34
34
archivesApi : # Since R2025a
35
35
enabled : false
36
- createPVC : false # When dynamic volume provisioning is enabled.
36
+ createPVC : false # Enable when archivesApi is enabled and dynamic
37
+ # volume provisioning in enabled on K8s cluster.
37
38
storageClassName : " "
38
39
accessMode : ReadWriteOnce # ReadWriteMany when replicaCount > 1
39
40
size : " 4Gi"
@@ -76,8 +77,8 @@ matlabProductionServerSettings:
76
77
"userAttributeName": "email",
77
78
"groupAttributeName": "groups"
78
79
}
79
- # Note: FQDNs configured in 'jwtIssuer' and 'jwksUri' above,
80
- # must be reachable from within the Kubernetes cluster network.
80
+ # Note: FQDNs configured in 'jwtIssuer' and 'jwksUri' above
81
+ # MUST be reachable from within the K8s cluster network.
81
82
# -------------------------------------------------------------
82
83
policyRules : |-
83
84
{
You can’t perform that action at this time.
0 commit comments