Skip to content

Commit d99814b

Browse files
Dancia ClaraDancia Clara
authored andcommitted
minor fixes
1 parent 2aa0d21 commit d99814b

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

self-hosting/methods/kubernetes.mdx

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Plane One and Plane Pro are enabled on this edition, so the Free plan on this ed
1717
1. Open terminal or any other command-line app that has access to Kubernetes tools on your local system.
1818
2. Set the following environment variables:
1919
```bash
20-
PLANE_VERSION=<v1.xx.x>
20+
PLANE_VERSION=<v1.3.1>
2121
```
2222
```bash
2323
DOMAIN_NAME=<subdomain.domain.tld or domain.tld>
@@ -67,7 +67,7 @@ Plane One and Plane Pro are enabled on this edition, so the Free plan on this ed
6767
```
6868

6969
Make sure you set the required environment variables listed below:
70-
- `planeVersion: <v1.xx.x>`
70+
- `planeVersion: <v1.3.1>`
7171
- `license.licenseDomain: <The domain you have specified to host Plane>`
7272
- `license.licenseServer: https://prime.plane.so`
7373
- `ingress.enabled: <true | false>`
@@ -92,20 +92,11 @@ Plane One and Plane Pro are enabled on this edition, so the Free plan on this ed
9292
<AccordionGroup>
9393
<Accordion title="Configuration settings">
9494

95-
#### Docker registry
96-
97-
| Setting | Default | Required | Description |
98-
|---|:---:|:---:|---|
99-
| dockerRegistry.enabled | false | | Plane uses a private Docker registry which needs authenticated login. This must be set to `true` to install Plane Commerical edition. |
100-
| dockerRegistry.registry | registry.plane.tools| Yes | The host that will serve the required Docker images; Don't change this. |
101-
| dockerRegistry.loginid | | Yes | Sets the `loginid` for the Docker registry. This is the same as the REG_USER_ID value on prime. plane.so |
102-
| dockerRegistry.password | | Yes | Sets the `password` for the Docker registry. This is the same as the REG_PASSWORD value on prime.plane.so|
103-
10495
#### License
10596

10697
| Setting | Default | Required | Description |
10798
|---|:---:|:---:|---|
108-
| planeVersion | v1.3.0 | Yes | Specifies the version of Plane to be deployed. Copy this from `prime.plane.so.` |
99+
| planeVersion | v1.3.1 | Yes | Specifies the version of Plane to be deployed. Copy this from `prime.plane.so.` |
109100
| license.licenseServer | `https://prime.plane.so` | Yes | Sets the value of the `licenseServer` that gets you your license and validates it periodically. Don't change this. |
110101
| license.licenseDomain | 'plane.example.com' | Yes | The fully-qualified domain name (FQDN) in the format `sudomain.domain.tld` or `domain.tld` that the license is bound to. It is also attached to your `ingress` host to access Plane. |
111102

@@ -186,7 +177,7 @@ Plane One and Plane Pro are enabled on this edition, so the Free plan on this ed
186177

187178
| Setting | Default | Required | Description |
188179
|---|:---:|:---:|---|
189-
| services.live.replicas | 1 | Yes | Kubernetes helps you with scaling up/down the deployments. You can run 1 or more pods for each deployment. This key helps you setting up number of replicas you want to run for this deployment. It must be >=1 |
180+
| services.live.replicas | 1 | Yes | Kubernetes helps you with scaling up\/down the deployments. You can run 1 or more pods for each deployment. This key helps you setting up number of replicas you want to run for this deployment. It must be >=1 |
190181
| services.live.memoryLimit | 1000Mi | | Every deployment in kubernetes can be set to use maximum memory they are allowed to use. This key sets the memory limit for this deployment to use.|
191182
| services.live.cpuLimit | 500m | | Every deployment in kubernetes can be set to use maximum cpu they are allowed to use. This key sets the cpu limit for this deployment to use.|
192183
| services.live.image| registry.plane.tools/plane/live-enterprise | | This deployment needs a preconfigured docker image to function. Docker image name is provided by the owner and must not be changed for this deployment |
@@ -473,7 +464,7 @@ To install our Community Edition, please follow these steps below.
473464
| plane.example.com | `/` | `<http://plane-app-web.plane:3000>` |
474465
| plane.example.com | `/spaces/*` | `<http://plane-app-space.plane:3000>` |
475466
| plane.example.com | `/god-mode/*` | `<http://plane-app-admin.plane:3000>` |
476-
| plane.example.com | /live/* | <http://plane-app-live.plane:3000> |
467+
| plane.example.com | `/live/*` | `<http://plane-app-live.plane:3000>` |
477468
| plane.example.com | `/api/*` | `<http://plane-app-api.plane:8000>` |
478469
| plane.example.com | `/auth/*` | `<http://plane-app-api.plane:8000>` |
479470
| plane.example.com | `/uploads/*` | `<http://plane-app-minio.plane:9000>` |

0 commit comments

Comments
 (0)