rebrand docs content for beOS Pro

This commit is contained in:
2026-03-09 10:19:35 +01:00
parent 150f4a8ef4
commit d4e933688d
616 changed files with 6294 additions and 6294 deletions

View File

@@ -1,11 +1,11 @@
---
outline: [2, 4]
description: Reference for runtime values injected into application `values.yaml` during Olares deployment.
description: Reference for runtime values injected into application `values.yaml` during beOS Pro deployment.
---
# System-injected runtime values
At deployment, Olares automatically injects a set of system-managed values into the app's `values.yaml`. These values are read-only and cover user identity, storage paths, cluster metadata, app dependencies, and middleware credentials.
At deployment, beOS Pro automatically injects a set of system-managed values into the app's `values.yaml`. These values are read-only and cover user identity, storage paths, cluster metadata, app dependencies, and middleware credentials.
Because they are Helm values, they are not automatically available inside containers. To pass one into a container, map it explicitly under `env:` in your deployment template.
@@ -31,7 +31,7 @@ For the full list of available values, see [Value reference](#value-reference).
## Value references
The Type column describes the Helm value data type. It does not correspond to the `type` field in `OlaresManifest.yaml`.
The Type column describes the Helm value data type. It does not correspond to the `type` field in `beOS ProManifest.yaml`.
### User and identity
@@ -46,7 +46,7 @@ The Type column describes the Helm value data type. It does not correspond to th
| Value | Type | Description |
| --- | --- | --- |
| `.Values.domain` | Map\<String,String> | App entrance URLs. Each entry maps an entrance name to its URL. |
| `.Values.sysVersion` | String | Current Olares system version. |
| `.Values.sysVersion` | String | Current beOS Pro system version. |
| `.Values.deviceName` | String | Device name. |
| `.Values.downloadCdnURL` | String | CDN address used for system resource downloads. |
@@ -101,7 +101,7 @@ Each entry in `.Values.nodes` follows this structure:
### Application dependencies
When an app declares a dependency in `OlaresManifest.yaml`, Olares injects connection information into `values.yaml`.
When an app declares a dependency in `beOS ProManifest.yaml`, beOS Pro injects connection information into `values.yaml`.
| Value | Type | Description |
| --- | --- | --- |
@@ -128,7 +128,7 @@ When an app declares a dependency in `OlaresManifest.yaml`, Olares injects conne
### Middleware values
Middleware values are injected only after you declare the middleware dependency in the `middleware` section of `OlaresManifest.yaml`.
Middleware values are injected only after you declare the middleware dependency in the `middleware` section of `beOS ProManifest.yaml`.
PostgreSQL and Redis are preinstalled. MongoDB, MinIO, RabbitMQ, MySQL and MariaDB must be installed separately before your app can use them.