Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/en/docs/v1.3/applications/clickhouse.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ aliases:
<!--
Autogenerated content. Don't edit this file directly; edit sources instead.
metadata: https://github.com/cozystack/website/blob/main/content/en/docs/v1.3/applications/_include/clickhouse.md
source: https://github.com/cozystack/cozystack/blob/v1.3.0/packages/apps/clickhouse/README.md
source: https://github.com/cozystack/cozystack/blob/release-1.3/packages/apps/clickhouse/README.md
-->


Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/v1.3/applications/foundationdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ weight: 50
<!--
Autogenerated content. Don't edit this file directly; edit sources instead.
metadata: https://github.com/cozystack/website/blob/main/content/en/docs/v1.3/applications/_include/foundationdb.md
source: https://github.com/cozystack/cozystack/blob/v1.3.0/packages/apps/foundationdb/README.md
source: https://github.com/cozystack/cozystack/blob/release-1.3/packages/apps/foundationdb/README.md
-->


Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/v1.3/applications/harbor.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ weight: 50
<!--
Autogenerated content. Don't edit this file directly; edit sources instead.
metadata: https://github.com/cozystack/website/blob/main/content/en/docs/v1.3/applications/_include/harbor.md
source: https://github.com/cozystack/cozystack/blob/v1.3.0/packages/apps/harbor/README.md
source: https://github.com/cozystack/cozystack/blob/release-1.3/packages/apps/harbor/README.md
-->


Expand Down
42 changes: 21 additions & 21 deletions content/en/docs/v1.3/applications/kafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ aliases:
<!--
Autogenerated content. Don't edit this file directly; edit sources instead.
metadata: https://github.com/cozystack/website/blob/main/content/en/docs/v1.3/applications/_include/kafka.md
source: https://github.com/cozystack/cozystack/blob/v1.3.0/packages/apps/kafka/README.md
source: https://github.com/cozystack/cozystack/blob/release-1.3/packages/apps/kafka/README.md
-->


Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/v1.3/applications/mariadb.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ aliases:
<!--
Autogenerated content. Don't edit this file directly; edit sources instead.
metadata: https://github.com/cozystack/website/blob/main/content/en/docs/v1.3/applications/_include/mariadb.md
source: https://github.com/cozystack/cozystack/blob/v1.3.0/packages/apps/mariadb/README.md
source: https://github.com/cozystack/cozystack/blob/release-1.3/packages/apps/mariadb/README.md
-->


Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/v1.3/applications/mongodb.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ aliases:
<!--
Autogenerated content. Don't edit this file directly; edit sources instead.
metadata: https://github.com/cozystack/website/blob/main/content/en/docs/v1.3/applications/_include/mongodb.md
source: https://github.com/cozystack/cozystack/blob/v1.3.0/packages/apps/mongodb/README.md
source: https://github.com/cozystack/cozystack/blob/release-1.3/packages/apps/mongodb/README.md
-->


Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/v1.3/applications/nats.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ aliases:
<!--
Autogenerated content. Don't edit this file directly; edit sources instead.
metadata: https://github.com/cozystack/website/blob/main/content/en/docs/v1.3/applications/_include/nats.md
source: https://github.com/cozystack/cozystack/blob/v1.3.0/packages/apps/nats/README.md
source: https://github.com/cozystack/cozystack/blob/release-1.3/packages/apps/nats/README.md
-->


Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/v1.3/applications/openbao.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ weight: 50
<!--
Autogenerated content. Don't edit this file directly; edit sources instead.
metadata: https://github.com/cozystack/website/blob/main/content/en/docs/v1.3/applications/_include/openbao.md
source: https://github.com/cozystack/cozystack/blob/v1.3.0/packages/apps/openbao/README.md
source: https://github.com/cozystack/cozystack/blob/release-1.3/packages/apps/openbao/README.md
-->


Expand Down
15 changes: 8 additions & 7 deletions content/en/docs/v1.3/applications/postgres.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ aliases:
<!--
Autogenerated content. Don't edit this file directly; edit sources instead.
metadata: https://github.com/cozystack/website/blob/main/content/en/docs/v1.3/applications/_include/postgres.md
source: https://github.com/cozystack/cozystack/blob/v1.3.0/packages/apps/postgres/README.md
source: https://github.com/cozystack/cozystack/blob/release-1.3/packages/apps/postgres/README.md
-->


Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/v1.3/applications/qdrant.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ weight: 50
<!--
Autogenerated content. Don't edit this file directly; edit sources instead.
metadata: https://github.com/cozystack/website/blob/main/content/en/docs/v1.3/applications/_include/qdrant.md
source: https://github.com/cozystack/cozystack/blob/v1.3.0/packages/apps/qdrant/README.md
source: https://github.com/cozystack/cozystack/blob/release-1.3/packages/apps/qdrant/README.md
-->


Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/v1.3/applications/rabbitmq.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ aliases:
<!--
Autogenerated content. Don't edit this file directly; edit sources instead.
metadata: https://github.com/cozystack/website/blob/main/content/en/docs/v1.3/applications/_include/rabbitmq.md
source: https://github.com/cozystack/cozystack/blob/v1.3.0/packages/apps/rabbitmq/README.md
source: https://github.com/cozystack/cozystack/blob/release-1.3/packages/apps/rabbitmq/README.md
-->


Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/v1.3/applications/redis.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ aliases:
<!--
Autogenerated content. Don't edit this file directly; edit sources instead.
metadata: https://github.com/cozystack/website/blob/main/content/en/docs/v1.3/applications/_include/redis.md
source: https://github.com/cozystack/cozystack/blob/v1.3.0/packages/apps/redis/README.md
source: https://github.com/cozystack/cozystack/blob/release-1.3/packages/apps/redis/README.md
-->


Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/v1.3/applications/tenant.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ aliases:
<!--
Autogenerated content. Don't edit this file directly; edit sources instead.
metadata: https://github.com/cozystack/website/blob/main/content/en/docs/v1.3/applications/_include/tenant.md
source: https://github.com/cozystack/cozystack/blob/v1.3.0/packages/apps/tenant/README.md
source: https://github.com/cozystack/cozystack/blob/release-1.3/packages/apps/tenant/README.md
-->


Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/v1.3/kubernetes/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ aliases:
<!--
Autogenerated content. Don't edit this file directly; edit sources instead.
metadata: https://github.com/cozystack/website/blob/main/content/en/docs/v1.3/kubernetes/_include/_index.md
source: https://github.com/cozystack/cozystack/blob/v1.3.0/packages/apps/kubernetes/README.md
source: https://github.com/cozystack/cozystack/blob/release-1.3/packages/apps/kubernetes/README.md
-->


Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/v1.3/networking/http-cache.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ aliases:
<!--
Autogenerated content. Don't edit this file directly; edit sources instead.
metadata: https://github.com/cozystack/website/blob/main/content/en/docs/v1.3/networking/_include/http-cache.md
source: https://github.com/cozystack/cozystack/blob/v1.3.0/packages/apps/http-cache/README.md
source: https://github.com/cozystack/cozystack/blob/release-1.3/packages/apps/http-cache/README.md
-->


Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/v1.3/networking/tcp-balancer.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ aliases:
<!--
Autogenerated content. Don't edit this file directly; edit sources instead.
metadata: https://github.com/cozystack/website/blob/main/content/en/docs/v1.3/networking/_include/tcp-balancer.md
source: https://github.com/cozystack/cozystack/blob/v1.3.0/packages/apps/tcp-balancer/README.md
source: https://github.com/cozystack/cozystack/blob/release-1.3/packages/apps/tcp-balancer/README.md
-->


Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/v1.3/networking/vpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ aliases:
<!--
Autogenerated content. Don't edit this file directly; edit sources instead.
metadata: https://github.com/cozystack/website/blob/main/content/en/docs/v1.3/networking/_include/vpc.md
source: https://github.com/cozystack/cozystack/blob/v1.3.0/packages/apps/vpc/README.md
source: https://github.com/cozystack/cozystack/blob/release-1.3/packages/apps/vpc/README.md
-->


Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/v1.3/networking/vpn.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ aliases:
<!--
Autogenerated content. Don't edit this file directly; edit sources instead.
metadata: https://github.com/cozystack/website/blob/main/content/en/docs/v1.3/networking/_include/vpn.md
source: https://github.com/cozystack/cozystack/blob/v1.3.0/packages/apps/vpn/README.md
source: https://github.com/cozystack/cozystack/blob/release-1.3/packages/apps/vpn/README.md
-->


Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/v1.3/operations/services/bootbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ linkTitle: "BootBox"
<!--
Autogenerated content. Don't edit this file directly; edit sources instead.
metadata: https://github.com/cozystack/website/blob/main/content/en/docs/v1.3/operations/services/_include/bootbox.md
source: https://github.com/cozystack/cozystack/blob/v1.3.0/packages/extra/bootbox/README.md
source: https://github.com/cozystack/cozystack/blob/release-1.3/packages/extra/bootbox/README.md
-->


Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/v1.3/operations/services/etcd.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ linkTitle: "Etcd"
<!--
Autogenerated content. Don't edit this file directly; edit sources instead.
metadata: https://github.com/cozystack/website/blob/main/content/en/docs/v1.3/operations/services/_include/etcd.md
source: https://github.com/cozystack/cozystack/blob/v1.3.0/packages/extra/etcd/README.md
source: https://github.com/cozystack/cozystack/blob/release-1.3/packages/extra/etcd/README.md
-->


Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/v1.3/operations/services/ingress.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ linkTitle: "Ingress"
<!--
Autogenerated content. Don't edit this file directly; edit sources instead.
metadata: https://github.com/cozystack/website/blob/main/content/en/docs/v1.3/operations/services/_include/ingress.md
source: https://github.com/cozystack/cozystack/blob/v1.3.0/packages/extra/ingress/README.md
source: https://github.com/cozystack/cozystack/blob/release-1.3/packages/extra/ingress/README.md
-->


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ weight: 1
<!--
Autogenerated content. Don't edit this file directly; edit sources instead.
metadata: https://github.com/cozystack/website/blob/main/content/en/docs/v1.3/operations/services/_include/parameters.md
source: https://github.com/cozystack/cozystack/blob/v1.3.0/packages/extra/monitoring/README.md
source: https://github.com/cozystack/cozystack/blob/release-1.3/packages/extra/monitoring/README.md
-->


Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/v1.3/operations/services/seaweedfs.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ linkTitle: "SeaweedFS"
<!--
Autogenerated content. Don't edit this file directly; edit sources instead.
metadata: https://github.com/cozystack/website/blob/main/content/en/docs/v1.3/operations/services/_include/seaweedfs.md
source: https://github.com/cozystack/cozystack/blob/v1.3.0/packages/extra/seaweedfs/README.md
source: https://github.com/cozystack/cozystack/blob/release-1.3/packages/extra/seaweedfs/README.md
-->


Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/v1.3/virtualization/vm-disk.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ aliases:
<!--
Autogenerated content. Don't edit this file directly; edit sources instead.
metadata: https://github.com/cozystack/website/blob/main/content/en/docs/v1.3/virtualization/_include/vm-disk.md
source: https://github.com/cozystack/cozystack/blob/v1.3.0/packages/apps/vm-disk/README.md
source: https://github.com/cozystack/cozystack/blob/release-1.3/packages/apps/vm-disk/README.md
-->


Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/v1.3/virtualization/vm-instance.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ aliases:
<!--
Autogenerated content. Don't edit this file directly; edit sources instead.
metadata: https://github.com/cozystack/website/blob/main/content/en/docs/v1.3/virtualization/_include/vm-instance.md
source: https://github.com/cozystack/cozystack/blob/v1.3.0/packages/apps/vm-instance/README.md
source: https://github.com/cozystack/cozystack/blob/release-1.3/packages/apps/vm-instance/README.md
-->


Expand Down