File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -28,12 +28,13 @@ global:
2828 secretName : " "
2929
3030matlabProductionServerSettings :
31- # CTF files are placed here for automatic deployment.
31+ # CTF files are placed in this volume for automatic deployment.
3232 autoDeploy :
3333 # Enable RESTful API for management of CTF 'Deployable Archives'
3434 archivesApi : # Since R2025a
3535 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.
3738 storageClassName : " "
3839 accessMode : ReadWriteOnce # ReadWriteMany when replicaCount > 1
3940 size : " 4Gi"
@@ -76,8 +77,8 @@ matlabProductionServerSettings:
7677 "userAttributeName": "email",
7778 "groupAttributeName": "groups"
7879 }
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.
8182 # -------------------------------------------------------------
8283 policyRules : |-
8384 {
You can’t perform that action at this time.
0 commit comments