diff --git a/content/en/docs/v1/applications/clickhouse.md b/content/en/docs/v1/applications/clickhouse.md index c9e597af..4f2a9178 100644 --- a/content/en/docs/v1/applications/clickhouse.md +++ b/content/en/docs/v1/applications/clickhouse.md @@ -11,7 +11,7 @@ aliases: diff --git a/content/en/docs/v1/applications/foundationdb.md b/content/en/docs/v1/applications/foundationdb.md index 5548c68b..23dacbf3 100644 --- a/content/en/docs/v1/applications/foundationdb.md +++ b/content/en/docs/v1/applications/foundationdb.md @@ -6,7 +6,7 @@ weight: 50 diff --git a/content/en/docs/v1/applications/harbor.md b/content/en/docs/v1/applications/harbor.md index f81bb36d..f12bf2e3 100644 --- a/content/en/docs/v1/applications/harbor.md +++ b/content/en/docs/v1/applications/harbor.md @@ -7,7 +7,7 @@ weight: 50 diff --git a/content/en/docs/v1/applications/kafka.md b/content/en/docs/v1/applications/kafka.md index 14c58ff9..4eff2b06 100644 --- a/content/en/docs/v1/applications/kafka.md +++ b/content/en/docs/v1/applications/kafka.md @@ -10,7 +10,7 @@ aliases: diff --git a/content/en/docs/v1/applications/mariadb.md b/content/en/docs/v1/applications/mariadb.md index 13b0beb2..9931044c 100644 --- a/content/en/docs/v1/applications/mariadb.md +++ b/content/en/docs/v1/applications/mariadb.md @@ -10,7 +10,7 @@ aliases: diff --git a/content/en/docs/v1/applications/mongodb.md b/content/en/docs/v1/applications/mongodb.md index 3d635e3b..abc1ec72 100644 --- a/content/en/docs/v1/applications/mongodb.md +++ b/content/en/docs/v1/applications/mongodb.md @@ -10,7 +10,7 @@ aliases: diff --git a/content/en/docs/v1/applications/nats.md b/content/en/docs/v1/applications/nats.md index 51efe988..9829b04f 100644 --- a/content/en/docs/v1/applications/nats.md +++ b/content/en/docs/v1/applications/nats.md @@ -10,7 +10,7 @@ aliases: diff --git a/content/en/docs/v1/applications/openbao.md b/content/en/docs/v1/applications/openbao.md index c924b5ff..688c3700 100644 --- a/content/en/docs/v1/applications/openbao.md +++ b/content/en/docs/v1/applications/openbao.md @@ -7,7 +7,7 @@ weight: 50 diff --git a/content/en/docs/v1/applications/postgres.md b/content/en/docs/v1/applications/postgres.md index 81bfa900..6f703cc3 100644 --- a/content/en/docs/v1/applications/postgres.md +++ b/content/en/docs/v1/applications/postgres.md @@ -10,7 +10,7 @@ aliases: diff --git a/content/en/docs/v1/applications/qdrant.md b/content/en/docs/v1/applications/qdrant.md index 85082037..3fb75796 100644 --- a/content/en/docs/v1/applications/qdrant.md +++ b/content/en/docs/v1/applications/qdrant.md @@ -7,7 +7,7 @@ weight: 50 diff --git a/content/en/docs/v1/applications/rabbitmq.md b/content/en/docs/v1/applications/rabbitmq.md index fce4fe46..9448a7b1 100644 --- a/content/en/docs/v1/applications/rabbitmq.md +++ b/content/en/docs/v1/applications/rabbitmq.md @@ -10,7 +10,7 @@ aliases: diff --git a/content/en/docs/v1/applications/redis.md b/content/en/docs/v1/applications/redis.md index 8b3c5466..1de7d276 100644 --- a/content/en/docs/v1/applications/redis.md +++ b/content/en/docs/v1/applications/redis.md @@ -10,7 +10,7 @@ aliases: diff --git a/content/en/docs/v1/applications/tenant.md b/content/en/docs/v1/applications/tenant.md index b2433b84..e88cd922 100644 --- a/content/en/docs/v1/applications/tenant.md +++ b/content/en/docs/v1/applications/tenant.md @@ -10,7 +10,7 @@ aliases: @@ -88,14 +88,15 @@ tenant-u1 ### Common parameters -| Name | Description | Type | Value | -| ---------------- | -------------------------------------------------------------------------------------------------------------------------- | --------------------- | ------- | -| `host` | The hostname used to access tenant services (defaults to using the tenant name as a subdomain for its parent tenant host). | `string` | `""` | -| `etcd` | Deploy own Etcd cluster. | `bool` | `false` | -| `monitoring` | Deploy own Monitoring Stack. | `bool` | `false` | -| `ingress` | Deploy own Ingress Controller. | `bool` | `false` | -| `seaweedfs` | Deploy own SeaweedFS. | `bool` | `false` | -| `resourceQuotas` | Define resource quotas for the tenant. | `map[string]quantity` | `{}` | +| Name | Description | Type | Value | +| ----------------- | -------------------------------------------------------------------------------------------------------------------------- | --------------------- | ------- | +| `host` | The hostname used to access tenant services (defaults to using the tenant name as a subdomain for its parent tenant host). | `string` | `""` | +| `etcd` | Deploy own Etcd cluster. | `bool` | `false` | +| `monitoring` | Deploy own Monitoring Stack. | `bool` | `false` | +| `ingress` | Deploy own Ingress Controller. | `bool` | `false` | +| `seaweedfs` | Deploy own SeaweedFS. | `bool` | `false` | +| `schedulingClass` | The name of a SchedulingClass CR to apply scheduling constraints for this tenant's workloads. | `string` | `""` | +| `resourceQuotas` | Define resource quotas for the tenant. | `map[string]quantity` | `{}` | ## Configuration diff --git a/content/en/docs/v1/kubernetes/_index.md b/content/en/docs/v1/kubernetes/_index.md index 9ebcca15..0b45199b 100644 --- a/content/en/docs/v1/kubernetes/_index.md +++ b/content/en/docs/v1/kubernetes/_index.md @@ -10,7 +10,7 @@ aliases: diff --git a/content/en/docs/v1/networking/http-cache.md b/content/en/docs/v1/networking/http-cache.md index f50a88fd..b30f4e41 100644 --- a/content/en/docs/v1/networking/http-cache.md +++ b/content/en/docs/v1/networking/http-cache.md @@ -11,7 +11,7 @@ aliases: diff --git a/content/en/docs/v1/networking/tcp-balancer.md b/content/en/docs/v1/networking/tcp-balancer.md index d65cbab2..c900ca19 100644 --- a/content/en/docs/v1/networking/tcp-balancer.md +++ b/content/en/docs/v1/networking/tcp-balancer.md @@ -11,7 +11,7 @@ aliases: diff --git a/content/en/docs/v1/networking/vpc.md b/content/en/docs/v1/networking/vpc.md index 5ee517b8..12359df8 100644 --- a/content/en/docs/v1/networking/vpc.md +++ b/content/en/docs/v1/networking/vpc.md @@ -11,7 +11,7 @@ aliases: diff --git a/content/en/docs/v1/networking/vpn.md b/content/en/docs/v1/networking/vpn.md index 78f5ef2e..d8a55e8b 100644 --- a/content/en/docs/v1/networking/vpn.md +++ b/content/en/docs/v1/networking/vpn.md @@ -11,7 +11,7 @@ aliases: diff --git a/content/en/docs/v1/operations/services/bootbox.md b/content/en/docs/v1/operations/services/bootbox.md index e69a3b6e..4ba03b8c 100644 --- a/content/en/docs/v1/operations/services/bootbox.md +++ b/content/en/docs/v1/operations/services/bootbox.md @@ -6,7 +6,7 @@ linkTitle: "BootBox" diff --git a/content/en/docs/v1/operations/services/etcd.md b/content/en/docs/v1/operations/services/etcd.md index 399ecc7a..7fd5e02c 100644 --- a/content/en/docs/v1/operations/services/etcd.md +++ b/content/en/docs/v1/operations/services/etcd.md @@ -6,7 +6,7 @@ linkTitle: "Etcd" diff --git a/content/en/docs/v1/operations/services/ingress.md b/content/en/docs/v1/operations/services/ingress.md index 8a5ba9c5..b285293b 100644 --- a/content/en/docs/v1/operations/services/ingress.md +++ b/content/en/docs/v1/operations/services/ingress.md @@ -6,7 +6,7 @@ linkTitle: "Ingress" diff --git a/content/en/docs/v1/operations/services/monitoring/parameters.md b/content/en/docs/v1/operations/services/monitoring/parameters.md index 4066593a..59549a82 100644 --- a/content/en/docs/v1/operations/services/monitoring/parameters.md +++ b/content/en/docs/v1/operations/services/monitoring/parameters.md @@ -7,7 +7,7 @@ weight: 1 diff --git a/content/en/docs/v1/operations/services/seaweedfs.md b/content/en/docs/v1/operations/services/seaweedfs.md index d9d218c0..1d6e3aa6 100644 --- a/content/en/docs/v1/operations/services/seaweedfs.md +++ b/content/en/docs/v1/operations/services/seaweedfs.md @@ -6,7 +6,7 @@ linkTitle: "SeaweedFS" diff --git a/content/en/docs/v1/virtualization/vm-disk.md b/content/en/docs/v1/virtualization/vm-disk.md index c8aecc42..2566d872 100644 --- a/content/en/docs/v1/virtualization/vm-disk.md +++ b/content/en/docs/v1/virtualization/vm-disk.md @@ -10,7 +10,7 @@ aliases: diff --git a/content/en/docs/v1/virtualization/vm-instance.md b/content/en/docs/v1/virtualization/vm-instance.md index e87f93cf..99a3068d 100644 --- a/content/en/docs/v1/virtualization/vm-instance.md +++ b/content/en/docs/v1/virtualization/vm-instance.md @@ -10,7 +10,7 @@ aliases: