Skip to content

Commit a7cc406

Browse files
Merge branch 'dev' into 126-Automatically-Configure-Ollama-Integration-When-LLM-is-Enabled
2 parents fbb6616 + 61a8250 commit a7cc406

4 files changed

Lines changed: 6 additions & 8 deletions

File tree

charts/collab/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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` |

charts/intel/values.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ ai:
154154
memory: "4Gi"
155155
gpu: false
156156

157-
158157
readinessProbe:
159158
initialDelaySeconds: 60
160159
periodSeconds: 60

charts/live/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
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
58
This chart creates a CodeTogether Live server deployment on a Kubernetes cluster using the Helm package manager.
69

710
## Prerequisites

compose/.env-template

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,11 @@ COLLAB_FQDN=collab.example.com
3939
INTEL_FQDN=intel.example.com
4040
INTEL_SECRET=super-secret-string
4141

42+
# SSL cerfificate files should be placed in the `nginx/ssl` directory.
4243
SSL_COLLAB_CERT=ssl-collab.crt
4344
SSL_COLLAB_KEY=ssl-collab.key
4445

4546
SSL_INTEL_CERT=ssl-intel.crt
4647
SSL_INTEL_KEY=ssl-intel.key
4748

48-
DHPARAM_PEM=dhparam.pem
49+
DHPARAM_PEM=dhparam.pem

0 commit comments

Comments
 (0)