File tree Expand file tree Collapse file tree
config/components/service-catalog Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -85,27 +85,35 @@ spec:
8585 compute.datumapis.com/workloads : 1
8686 limits :
8787 - name : compute-workloads
88+ displayName : Workloads
89+ description : Maximum number of workloads that can be created within a project.
8890 metric : compute.datumapis.com/workloads
8991 consumerType :
9092 apiGroup : resourcemanager.miloapis.com
9193 kind : Project
9294 unit : instance
9395 defaultLimit : 1000
9496 - name : compute-instances
97+ displayName : Instances
98+ description : Maximum number of compute instances that can run within a project.
9599 metric : compute.datumapis.com/instances
96100 consumerType :
97101 apiGroup : resourcemanager.miloapis.com
98102 kind : Project
99103 unit : instance
100104 defaultLimit : 10
101105 - name : compute-vcpus
106+ displayName : vCPUs
107+ description : Maximum total vCPUs (in millicores) allocatable to instances within a project.
102108 metric : compute.datumapis.com/vcpus
103109 consumerType :
104110 apiGroup : resourcemanager.miloapis.com
105111 kind : Project
106112 unit : millicore
107113 defaultLimit : 40000
108114 - name : compute-memory
115+ displayName : Memory
116+ description : Maximum total memory (in MiB) allocatable to instances within a project.
109117 metric : compute.datumapis.com/memory
110118 consumerType :
111119 apiGroup : resourcemanager.miloapis.com
You can’t perform that action at this time.
0 commit comments