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: helm/fiftyone-teams-app/README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1094,7 +1094,6 @@ If pods show unhealthy states (e.g., `0/1`, `CrashLoopBackOff`, `Pending`):
1094
1094
| teamsAppSettings.updateStrategy | object | `{"type":"RollingUpdate"}` | Control how `teams-app` pods are redeployed during an upgrade. [Reference][upgrade-strategies] |
1095
1095
| teamsAppSettings.volumeMounts | list | `[]` | Volume mounts for `teams-app` pods. [Reference][volumes]. |
1096
1096
| teamsAppSettings.volumes | list | `[]` | Volumes for `teams-app` pods. [Reference][volumes]. |
1097
-
| telemetry.enabled | bool | `false` | Controls whether the telemetry Redis backend is deployed and `FIFTYONE_TELEMETRY_REDIS_URL` is injected on consumer deployments. When `false`, no Redis objects are rendered and no env var is added — any sidecars defined via `extraContainers`/`nativeSidecarContainers` remain responsible for their own configuration. |
1098
1097
| telemetry.redis.affinity | object | `{}` | Affinity for the telemetry Redis pod. [Reference][affinity]. |
1099
1098
| telemetry.redis.containerSecurityContext | object | `{}` | Container-level security attributes for the telemetry Redis container. [Reference][container-security-context]. |
1100
1099
| telemetry.redis.external.url | string | `""` | URL of an external Redis to use instead of the bundled one (e.g. `redis://my-redis.example.com:6379`). When set, the chart does not render the bundled Redis `Deployment`/`Service`/`PersistentVolumeClaim`. |
Copy file name to clipboardExpand all lines: helm/fiftyone-teams-app/values.schema.json
+1-7Lines changed: 1 addition & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -4010,14 +4010,8 @@
4010
4010
"type": "object"
4011
4011
},
4012
4012
"telemetry": {
4013
-
"description": "Telemetry sidecar feature. When enabled, the chart provisions a Redis\nbackend used by the telemetry sidecars (see `*.nativeSidecarContainers` /\n`*.extraContainers`)and auto-injects `FIFTYONE_TELEMETRY_REDIS_URL` on\n`fiftyone-app`, `teams-api`, `teams-app`, `teams-cas`,`teams-plugins`,\nand each delegated-operator deployment so the in-app `Settings → Metrics`\npage can read live samples and logs.",
4013
+
"description": "Telemetry sidecar feature. The application depends on Redis for the\nin-app `Settings → Metrics` page (live samples and tailed logs from\n`*.nativeSidecarContainers` /`*.extraContainers`). By default the chart\nprovisions a bundled Redis backend. To use an existing/managed Redis\ninstead, set `telemetry.redis.external.url` and the chart will skip the\nbundled `Deployment`/`Service`/`PersistentVolumeClaim` and wire\n`FIFTYONE_TELEMETRY_REDIS_URL` at that URL instead. The env var is\nalways injected on `fiftyone-app`, `teams-api`, `teams-app`, `teams-cas`,\n`teams-plugins`, and each delegated-operator deployment.",
4014
4014
"properties": {
4015
-
"enabled": {
4016
-
"default": false,
4017
-
"description": "Controls whether the telemetry Redis backend is deployed and\n`FIFTYONE_TELEMETRY_REDIS_URL` is injected on consumer deployments.\nWhen `false`, no Redis objects are rendered and no env var is added —\nany sidecars defined via `extraContainers`/`nativeSidecarContainers`\nremain responsible for their own configuration.",
0 commit comments