You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: self-hosting/methods/kubernetes.mdx
+5-14Lines changed: 5 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Plane One and Plane Pro are enabled on this edition, so the Free plan on this ed
17
17
1. Open terminal or any other command-line app that has access to Kubernetes tools on your local system.
18
18
2. Set the following environment variables:
19
19
```bash
20
-
PLANE_VERSION=<v1.xx.x>
20
+
PLANE_VERSION=<v1.3.1>
21
21
```
22
22
```bash
23
23
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
67
67
```
68
68
69
69
Make sure you set the required environment variables listed below:
70
-
-`planeVersion: <v1.xx.x>`
70
+
-`planeVersion: <v1.3.1>`
71
71
-`license.licenseDomain: <The domain you have specified to host Plane>`
72
72
-`license.licenseServer: https://prime.plane.so`
73
73
-`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
92
92
<AccordionGroup>
93
93
<Accordiontitle="Configuration settings">
94
94
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
-
104
95
#### License
105
96
106
97
| Setting | Default | Required | Description |
107
98
|---|:---:|:---:|---|
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.`|
109
100
| 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. |
110
101
| 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. |
111
102
@@ -186,7 +177,7 @@ Plane One and Plane Pro are enabled on this edition, so the Free plan on this ed
186
177
187
178
| Setting | Default | Required | Description |
188
179
|---|:---:|:---:|---|
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 |
190
181
| 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.|
191
182
| 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.|
192
183
| 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.
0 commit comments