diff --git a/content/en/docs/v1.3/applications/clickhouse.md b/content/en/docs/v1.3/applications/clickhouse.md index 99d4c161..94e1ca05 100644 --- a/content/en/docs/v1.3/applications/clickhouse.md +++ b/content/en/docs/v1.3/applications/clickhouse.md @@ -11,7 +11,7 @@ aliases: diff --git a/content/en/docs/v1.3/applications/foundationdb.md b/content/en/docs/v1.3/applications/foundationdb.md index 8faec7cc..6a20a0ac 100644 --- a/content/en/docs/v1.3/applications/foundationdb.md +++ b/content/en/docs/v1.3/applications/foundationdb.md @@ -6,7 +6,7 @@ weight: 50 diff --git a/content/en/docs/v1.3/applications/harbor.md b/content/en/docs/v1.3/applications/harbor.md index c21a59dc..37921c26 100644 --- a/content/en/docs/v1.3/applications/harbor.md +++ b/content/en/docs/v1.3/applications/harbor.md @@ -7,7 +7,7 @@ weight: 50 diff --git a/content/en/docs/v1.3/applications/kafka.md b/content/en/docs/v1.3/applications/kafka.md index 08012650..634b4e33 100644 --- a/content/en/docs/v1.3/applications/kafka.md +++ b/content/en/docs/v1.3/applications/kafka.md @@ -10,7 +10,7 @@ aliases: @@ -36,30 +36,30 @@ source: https://github.com/cozystack/cozystack/blob/v1.3.0/packages/apps/kafka/R ### Kafka configuration -| Name | Description | Type | Value | -| ------------------------ | -------------------------------------------------------------------------------------------------------- | ---------- | ------- | -| `kafka` | Kafka configuration. | `object` | `{}` | -| `kafka.replicas` | Number of Kafka replicas. | `int` | `3` | -| `kafka.resources` | Explicit CPU and memory configuration. When omitted, the preset defined in `resourcesPreset` is applied. | `object` | `{}` | -| `kafka.resources.cpu` | CPU available to each replica. | `quantity` | `""` | -| `kafka.resources.memory` | Memory (RAM) available to each replica. | `quantity` | `""` | -| `kafka.resourcesPreset` | Default sizing preset used when `resources` is omitted. | `string` | `small` | -| `kafka.size` | Persistent Volume size for Kafka. | `quantity` | `10Gi` | -| `kafka.storageClass` | StorageClass used to store the Kafka data. | `string` | `""` | +| Name | Description | Type | Value | +| ------------------------ | -------------------------------------------------------------------------------------------------------- | ---------- | -------- | +| `kafka` | Kafka configuration. | `object` | `{}` | +| `kafka.replicas` | Number of Kafka replicas. | `int` | `3` | +| `kafka.resources` | Explicit CPU and memory configuration. When omitted, the preset defined in `resourcesPreset` is applied. | `object` | `{}` | +| `kafka.resources.cpu` | CPU available to each replica. | `quantity` | `""` | +| `kafka.resources.memory` | Memory (RAM) available to each replica. | `quantity` | `""` | +| `kafka.resourcesPreset` | Default sizing preset used when `resources` is omitted. | `string` | `medium` | +| `kafka.size` | Persistent Volume size for Kafka. | `quantity` | `10Gi` | +| `kafka.storageClass` | StorageClass used to store the Kafka data. | `string` | `""` | ### ZooKeeper configuration -| Name | Description | Type | Value | -| ---------------------------- | -------------------------------------------------------------------------------------------------------- | ---------- | ------- | -| `zookeeper` | ZooKeeper configuration. | `object` | `{}` | -| `zookeeper.replicas` | Number of ZooKeeper replicas. | `int` | `3` | -| `zookeeper.resources` | Explicit CPU and memory configuration. When omitted, the preset defined in `resourcesPreset` is applied. | `object` | `{}` | -| `zookeeper.resources.cpu` | CPU available to each replica. | `quantity` | `""` | -| `zookeeper.resources.memory` | Memory (RAM) available to each replica. | `quantity` | `""` | -| `zookeeper.resourcesPreset` | Default sizing preset used when `resources` is omitted. | `string` | `small` | -| `zookeeper.size` | Persistent Volume size for ZooKeeper. | `quantity` | `5Gi` | -| `zookeeper.storageClass` | StorageClass used to store the ZooKeeper data. | `string` | `""` | +| Name | Description | Type | Value | +| ---------------------------- | -------------------------------------------------------------------------------------------------------- | ---------- | -------- | +| `zookeeper` | ZooKeeper configuration. | `object` | `{}` | +| `zookeeper.replicas` | Number of ZooKeeper replicas. | `int` | `3` | +| `zookeeper.resources` | Explicit CPU and memory configuration. When omitted, the preset defined in `resourcesPreset` is applied. | `object` | `{}` | +| `zookeeper.resources.cpu` | CPU available to each replica. | `quantity` | `""` | +| `zookeeper.resources.memory` | Memory (RAM) available to each replica. | `quantity` | `""` | +| `zookeeper.resourcesPreset` | Default sizing preset used when `resources` is omitted. | `string` | `medium` | +| `zookeeper.size` | Persistent Volume size for ZooKeeper. | `quantity` | `5Gi` | +| `zookeeper.storageClass` | StorageClass used to store the ZooKeeper data. | `string` | `""` | ## Parameter examples and reference diff --git a/content/en/docs/v1.3/applications/mariadb.md b/content/en/docs/v1.3/applications/mariadb.md index 23acdb56..aa18bce2 100644 --- a/content/en/docs/v1.3/applications/mariadb.md +++ b/content/en/docs/v1.3/applications/mariadb.md @@ -10,7 +10,7 @@ aliases: diff --git a/content/en/docs/v1.3/applications/mongodb.md b/content/en/docs/v1.3/applications/mongodb.md index 1407b6bd..cc2c5dab 100644 --- a/content/en/docs/v1.3/applications/mongodb.md +++ b/content/en/docs/v1.3/applications/mongodb.md @@ -10,7 +10,7 @@ aliases: diff --git a/content/en/docs/v1.3/applications/nats.md b/content/en/docs/v1.3/applications/nats.md index daf1dcb1..4248afaf 100644 --- a/content/en/docs/v1.3/applications/nats.md +++ b/content/en/docs/v1.3/applications/nats.md @@ -10,7 +10,7 @@ aliases: diff --git a/content/en/docs/v1.3/applications/openbao.md b/content/en/docs/v1.3/applications/openbao.md index 367aaf19..c317e21a 100644 --- a/content/en/docs/v1.3/applications/openbao.md +++ b/content/en/docs/v1.3/applications/openbao.md @@ -7,7 +7,7 @@ weight: 50 diff --git a/content/en/docs/v1.3/applications/postgres.md b/content/en/docs/v1.3/applications/postgres.md index 22b1fbcd..344b0995 100644 --- a/content/en/docs/v1.3/applications/postgres.md +++ b/content/en/docs/v1.3/applications/postgres.md @@ -10,7 +10,7 @@ aliases: @@ -147,12 +147,13 @@ See: ### Bootstrap (recovery) parameters -| Name | Description | Type | Value | -| ------------------------ | ------------------------------------------------------------------- | -------- | ------- | -| `bootstrap` | Bootstrap configuration. | `object` | `{}` | -| `bootstrap.enabled` | Whether to restore from a backup. | `bool` | `false` | -| `bootstrap.recoveryTime` | Timestamp (RFC3339) for point-in-time recovery; empty means latest. | `string` | `""` | -| `bootstrap.oldName` | Previous cluster name before deletion. | `string` | `""` | +| Name | Description | Type | Value | +| ------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- | ------- | +| `bootstrap` | Bootstrap configuration. | `object` | `{}` | +| `bootstrap.enabled` | Whether to restore from a backup. | `bool` | `false` | +| `bootstrap.recoveryTime` | Timestamp (RFC3339) for point-in-time recovery; empty means latest. | `string` | `""` | +| `bootstrap.oldName` | Previous cluster name before deletion. | `string` | `""` | +| `bootstrap.serverName` | Barman server name (S3 path prefix) used by the original cluster when writing backups. Set this only when the original cluster had an explicit barmanObjectStore.serverName that differed from its Kubernetes resource name. | `string` | `""` | ## Parameter examples and reference diff --git a/content/en/docs/v1.3/applications/qdrant.md b/content/en/docs/v1.3/applications/qdrant.md index faed70d7..f17c86cb 100644 --- a/content/en/docs/v1.3/applications/qdrant.md +++ b/content/en/docs/v1.3/applications/qdrant.md @@ -7,7 +7,7 @@ weight: 50 diff --git a/content/en/docs/v1.3/applications/rabbitmq.md b/content/en/docs/v1.3/applications/rabbitmq.md index 589524fe..338a37c6 100644 --- a/content/en/docs/v1.3/applications/rabbitmq.md +++ b/content/en/docs/v1.3/applications/rabbitmq.md @@ -10,7 +10,7 @@ aliases: diff --git a/content/en/docs/v1.3/applications/redis.md b/content/en/docs/v1.3/applications/redis.md index 4cbc69ab..65d18fbd 100644 --- a/content/en/docs/v1.3/applications/redis.md +++ b/content/en/docs/v1.3/applications/redis.md @@ -10,7 +10,7 @@ aliases: diff --git a/content/en/docs/v1.3/applications/tenant.md b/content/en/docs/v1.3/applications/tenant.md index db87d35d..06eacca5 100644 --- a/content/en/docs/v1.3/applications/tenant.md +++ b/content/en/docs/v1.3/applications/tenant.md @@ -10,7 +10,7 @@ aliases: diff --git a/content/en/docs/v1.3/kubernetes/_index.md b/content/en/docs/v1.3/kubernetes/_index.md index f6038b90..5d7fe041 100644 --- a/content/en/docs/v1.3/kubernetes/_index.md +++ b/content/en/docs/v1.3/kubernetes/_index.md @@ -10,7 +10,7 @@ aliases: diff --git a/content/en/docs/v1.3/networking/http-cache.md b/content/en/docs/v1.3/networking/http-cache.md index 41a0588f..2705b8b7 100644 --- a/content/en/docs/v1.3/networking/http-cache.md +++ b/content/en/docs/v1.3/networking/http-cache.md @@ -11,7 +11,7 @@ aliases: diff --git a/content/en/docs/v1.3/networking/tcp-balancer.md b/content/en/docs/v1.3/networking/tcp-balancer.md index 2f1d2b6d..666a5f88 100644 --- a/content/en/docs/v1.3/networking/tcp-balancer.md +++ b/content/en/docs/v1.3/networking/tcp-balancer.md @@ -11,7 +11,7 @@ aliases: diff --git a/content/en/docs/v1.3/networking/vpc.md b/content/en/docs/v1.3/networking/vpc.md index 58ab71aa..d2920f92 100644 --- a/content/en/docs/v1.3/networking/vpc.md +++ b/content/en/docs/v1.3/networking/vpc.md @@ -11,7 +11,7 @@ aliases: diff --git a/content/en/docs/v1.3/networking/vpn.md b/content/en/docs/v1.3/networking/vpn.md index d613e1cb..e5e25fa9 100644 --- a/content/en/docs/v1.3/networking/vpn.md +++ b/content/en/docs/v1.3/networking/vpn.md @@ -11,7 +11,7 @@ aliases: diff --git a/content/en/docs/v1.3/operations/services/bootbox.md b/content/en/docs/v1.3/operations/services/bootbox.md index 642cd743..b2ac8df5 100644 --- a/content/en/docs/v1.3/operations/services/bootbox.md +++ b/content/en/docs/v1.3/operations/services/bootbox.md @@ -6,7 +6,7 @@ linkTitle: "BootBox" diff --git a/content/en/docs/v1.3/operations/services/etcd.md b/content/en/docs/v1.3/operations/services/etcd.md index 7b6860b1..bd6a66f3 100644 --- a/content/en/docs/v1.3/operations/services/etcd.md +++ b/content/en/docs/v1.3/operations/services/etcd.md @@ -6,7 +6,7 @@ linkTitle: "Etcd" diff --git a/content/en/docs/v1.3/operations/services/ingress.md b/content/en/docs/v1.3/operations/services/ingress.md index 2aafd4d2..f5908547 100644 --- a/content/en/docs/v1.3/operations/services/ingress.md +++ b/content/en/docs/v1.3/operations/services/ingress.md @@ -6,7 +6,7 @@ linkTitle: "Ingress" diff --git a/content/en/docs/v1.3/operations/services/monitoring/parameters.md b/content/en/docs/v1.3/operations/services/monitoring/parameters.md index 277df6c7..ff0f260e 100644 --- a/content/en/docs/v1.3/operations/services/monitoring/parameters.md +++ b/content/en/docs/v1.3/operations/services/monitoring/parameters.md @@ -7,7 +7,7 @@ weight: 1 diff --git a/content/en/docs/v1.3/operations/services/seaweedfs.md b/content/en/docs/v1.3/operations/services/seaweedfs.md index 0f7fd4ff..e98286f8 100644 --- a/content/en/docs/v1.3/operations/services/seaweedfs.md +++ b/content/en/docs/v1.3/operations/services/seaweedfs.md @@ -6,7 +6,7 @@ linkTitle: "SeaweedFS" diff --git a/content/en/docs/v1.3/virtualization/vm-disk.md b/content/en/docs/v1.3/virtualization/vm-disk.md index e67a30d5..8a6d1acf 100644 --- a/content/en/docs/v1.3/virtualization/vm-disk.md +++ b/content/en/docs/v1.3/virtualization/vm-disk.md @@ -10,7 +10,7 @@ aliases: diff --git a/content/en/docs/v1.3/virtualization/vm-instance.md b/content/en/docs/v1.3/virtualization/vm-instance.md index 95c71eb8..8812081b 100644 --- a/content/en/docs/v1.3/virtualization/vm-instance.md +++ b/content/en/docs/v1.3/virtualization/vm-instance.md @@ -10,7 +10,7 @@ aliases: