Skip to content

Commit 6b12e97

Browse files
committed
added readme for live service
1 parent bc133d9 commit 6b12e97

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

charts/plane-ce/README.md

+13
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,19 @@
146146
| admin.image| makeplane/plane-admin | | 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 |
147147
| admin.assign_cluster_ip | false | | Set it to `true` if you want to assign `ClusterIP` to the service |
148148

149+
### Live Service Deployment
150+
151+
| Setting | Default | Required | Description |
152+
|---|:---:|:---:|---|
153+
| 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 |
154+
| 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.|
155+
| 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.|
156+
| live.image| makeplane/plane-live | | 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 |
157+
| env.live_sentry_dsn | | | (optional) Live service deployment comes with some of the preconfigured integration. Sentry is one among those. Here user can set the Sentry provided DSN for this integration.|
158+
| env.live_sentry_environment | | | (optional) Live service deployment comes with some of the preconfigured integration. Sentry is one among those. Here user can set the Sentry environment name (as configured in Sentry) for this integration.|
159+
| env.live_sentry_traces_sample_rate | | | (optional) Live service deployment comes with some of the preconfigured integration. Sentry is one among those. Here user can set the Sentry trace sample rate (as configured in Sentry) for this integration.|
160+
| live.assign_cluster_ip | false | | Set it to `true` if you want to assign `ClusterIP` to the service |
161+
149162
### API Deployment
150163

151164
| Setting | Default | Required | Description |

0 commit comments

Comments
 (0)