Skip to content

Commit a8cc43a

Browse files
authored
Merge branch 'main' into feat/configmap-secret-mounts-federated
2 parents e9d0519 + 28508a0 commit a8cc43a

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

config/components/service-catalog/service-configuration.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)