File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,11 +36,6 @@ The following table lists configurable parameters of the CodeTogether Collab cha
3636| ` codetogether.noclients ` | Disables the ` /clients ` endpoint if set to ` true ` | ` false ` |
3737| ` codetogether.timeZone.enabled ` | Enables a customized time zone for the container | ` false ` |
3838| ` codetogether.timeZone.region ` | Time zone region for the container | ` America/Chicago ` |
39- | ` direct.metrics.statsdEnabled ` | Enables StatsD metrics collection | ` false ` |
40- | ` direct.metrics.statsdHost ` | Host for StatsD metrics | ` https://my-graphite-fqdn ` |
41- | ` direct.metrics.statsdPort ` | Port for StatsD metrics | ` 8125 ` |
42- | ` direct.metrics.statsdProtocol ` | Protocol for StatsD metrics | ` UDP ` |
43- | ` direct.metrics.prometheusEnabled ` | Enables Prometheus metrics collection | ` false ` |
4439| ` locatorCentral.database.host ` | Host for locator-central database | ` 10.10.0.2 ` |
4540| ` locatorCentral.database.port ` | Port for locator-central database | ` 3306 ` |
4641| ` locatorCentral.database.schema ` | Schema name for locator-central database | ` codetogether ` |
Original file line number Diff line number Diff line change 154154 memory : " 4Gi"
155155 gpu : false
156156
157-
158157readinessProbe :
159158 initialDelaySeconds : 60
160159 periodSeconds : 60
Original file line number Diff line number Diff line change 11# README.md Helm Chart for CodeTogether Live
2+ # CodeTogether Live Chart (Legacy)
23
3- ## Summary
4+ > ** ⚠️ Legacy Chart**
5+ > This chart is now considered legacy and is not longer supported, is not recommended for new deployments.
46
7+ ## Summary
58This chart creates a CodeTogether Live server deployment on a Kubernetes cluster using the Helm package manager.
69
710## Prerequisites
Original file line number Diff line number Diff line change @@ -39,10 +39,11 @@ COLLAB_FQDN=collab.example.com
3939INTEL_FQDN=intel.example.com
4040INTEL_SECRET=super-secret-string
4141
42+ # SSL cerfificate files should be placed in the `nginx/ssl` directory.
4243SSL_COLLAB_CERT=ssl-collab.crt
4344SSL_COLLAB_KEY=ssl-collab.key
4445
4546SSL_INTEL_CERT=ssl-intel.crt
4647SSL_INTEL_KEY=ssl-intel.key
4748
48- DHPARAM_PEM=dhparam.pem
49+ DHPARAM_PEM=dhparam.pem
You can’t perform that action at this time.
0 commit comments