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
* Add live service for CE
* fix redis env issue
* changed live image tag to preview
* Revert "changed live image tag to preview"
This reverts commit 222978d.
* added readme for live service
Copy file name to clipboardExpand all lines: charts/plane-ce/README.md
+13
Original file line number
Diff line number
Diff line change
@@ -146,6 +146,19 @@
146
146
| 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 |
147
147
| admin.assign_cluster_ip |false|| Set it to `true`if you want to assign `ClusterIP` to the service |
148
148
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 |
0 commit comments