File tree Expand file tree Collapse file tree
content/en/docs/v1/applications Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -88,14 +88,15 @@ tenant-u1
8888
8989### Common parameters
9090
91- | Name | Description | Type | Value |
92- | ---------------- | -------------------------------------------------------------------------------------------------------------------------- | --------------------- | ------- |
93- | ` host ` | The hostname used to access tenant services (defaults to using the tenant name as a subdomain for its parent tenant host). | ` string ` | ` "" ` |
94- | ` etcd ` | Deploy own Etcd cluster. | ` bool ` | ` false ` |
95- | ` monitoring ` | Deploy own Monitoring Stack. | ` bool ` | ` false ` |
96- | ` ingress ` | Deploy own Ingress Controller. | ` bool ` | ` false ` |
97- | ` seaweedfs ` | Deploy own SeaweedFS. | ` bool ` | ` false ` |
98- | ` resourceQuotas ` | Define resource quotas for the tenant. | ` map[string]quantity ` | ` {} ` |
91+ | Name | Description | Type | Value |
92+ | ----------------- | -------------------------------------------------------------------------------------------------------------------------- | --------------------- | ------- |
93+ | ` host ` | The hostname used to access tenant services (defaults to using the tenant name as a subdomain for its parent tenant host). | ` string ` | ` "" ` |
94+ | ` etcd ` | Deploy own Etcd cluster. | ` bool ` | ` false ` |
95+ | ` monitoring ` | Deploy own Monitoring Stack. | ` bool ` | ` false ` |
96+ | ` ingress ` | Deploy own Ingress Controller. | ` bool ` | ` false ` |
97+ | ` seaweedfs ` | Deploy own SeaweedFS. | ` bool ` | ` false ` |
98+ | ` schedulingClass ` | The name of a SchedulingClass CR to apply scheduling constraints for this tenant's workloads. | ` string ` | ` "" ` |
99+ | ` resourceQuotas ` | Define resource quotas for the tenant. | ` map[string]quantity ` | ` {} ` |
99100
100101
101102## Configuration
You can’t perform that action at this time.
0 commit comments