Skip to content

Commit 69dc1b9

Browse files
committed
docs: add Plane AI database connection instructions to Kubernetes deployment documentation
1 parent 685f48b commit 69dc1b9

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

docs/self-hosting/methods/install-methods-commercial/kubernetes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,10 @@ airgapped:
437437

438438
#### Plane AI deployment
439439

440+
::: info Plane AI database
441+
Plane AI uses a separate PostgreSQL database. Create a new database (e.g. `plane_pi`) and connect it using `env.pg_pi_db_remote_url` in values, or **PLANE_PI_DATABASE_URL** when using `pi_api_env_existingSecret`.
442+
:::
443+
440444
| Setting | Default | Required | Description |
441445
| -------------------------------- | :----------------------------------------------: | :------: | ---------------------------------------------------------------------------------------------------------------------------------------- |
442446
| services.pi.enabled | false | No | Set to `true` to enable the Plane AI service and its API, worker, beat, and migrator workloads. |

docs/self-hosting/methods/kubernetes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,10 @@ airgapped:
435435

436436
#### Plane AI deployment
437437

438+
::: info Plane AI database
439+
Plane AI uses a separate PostgreSQL database. Create a new database (e.g. `plane_pi`) and connect it using `env.pg_pi_db_remote_url` in values, or **PLANE_PI_DATABASE_URL** when using `pi_api_env_existingSecret`.
440+
:::
441+
438442
| Setting | Default | Required | Description |
439443
| -------------------------------- | :----------------------------------------------: | :------: | ---------------------------------------------------------------------------------------------------------------------------------------- |
440444
| services.pi.enabled | false | No | Set to `true` to enable the Plane AI service and its API, worker, beat, and migrator workloads. |

0 commit comments

Comments
 (0)