Use the plans feature to limit resources that are available for users. To enable the feature, specify plan parameters under the plansConfig key in datalore.values.yaml.
Each particular plan is described by the following set of fields:
Option
Value example
Description
planId
"analyst"
ID of the plan for internal needs, should be unique
default
true
Unless manually changed, every user will have this plan. Should be set for exactly one of the plans
name
"Data analyst plan"
Name of the plan that will be shown in UI
diskUsageLimit
10 Gb
Disk space in persistence storage allowed per user
numRunningInstancesLimit
10
Number of parallel running agents allowed per user
instanceDurationQuotaMap
basic-agent: "PT100H"
Computation time per month available for each agent type; more than one agent type allowed, details in the tip below. Keys inside this field (like basic-agent) should match IDs used in the agents configuration.