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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -526,6 +526,8 @@ follow
526
526
| appSettings.autoscaling.targetCPUUtilizationPercentage | int | `80` | Percent CPU utilization for autoscaling for `fiftyone-app`. |
527
527
| appSettings.autoscaling.targetMemoryUtilizationPercentage | int | `80` | Percent memory utilization for autoscaling for `fiftyone-app`. |
528
528
| appSettings.deploymentAnnotations | object | `{}` | Annotations for the `fiftyone-app` deployment. [Reference][annotations]. |
529
+
| appSettings.env.FIFTYONE_APP_DEFAULT_QUERY_PERFORMANCE | bool | `true` | Controls whether Query Performance mode is enabled by default for every dataset for the teams application. Set to false to set default mode to off. |
530
+
| appSettings.env.FIFTYONE_APP_ENABLE_QUERY_PERFORMANCE | bool | `true` | Controls whether Query Performance mode is enabled for the application. Set to false to disable Query Performance mode for entire application. |
529
531
| appSettings.env.FIFTYONE_DATABASE_ADMIN | bool | `false` | Controls whether the client is allowed to trigger database migrations. [Reference][fiftyone-config]. |
530
532
| appSettings.env.FIFTYONE_INTERNAL_SERVICE | bool | `true` | Whether the SDK is running in an internal service context. When running in FiftyOne Enterprise, set to `true`. |
531
533
| appSettings.env.FIFTYONE_MEDIA_CACHE_APP_IMAGES | bool | `false` | Controls whether cloud media images will be downloaded and added to the local cache upon viewing media in the app. |
@@ -748,8 +750,6 @@ follow
748
750
| teamsAppSettings.env.APP_USE_HTTPS | bool | `true` | Controls the protocol of the `teams-app`. Configure your ingress to match. When `true`, uses the https protocol. When `false`, uses the http protocol. |
749
751
| teamsAppSettings.env.FIFTYONE_APP_ALLOW_MEDIA_EXPORT | bool | `true` | When `false`, disables media export options |
750
752
| teamsAppSettings.env.FIFTYONE_APP_ANONYMOUS_ANALYTICS_ENABLED | bool | `true` | Controls whether anonymous analytics are captured for the application. Set to false to opt-out of anonymous analytics. |
751
-
| teamsAppSettings.env.FIFTYONE_APP_DEFAULT_QUERY_PERFORMANCE | bool | `true` | Controls whether Query Performance mode is enabled by default for every dataset for the teams application. Set to false to set default mode to off. |
752
-
| teamsAppSettings.env.FIFTYONE_APP_ENABLE_QUERY_PERFORMANCE | bool | `true` | Controls whether Query Performance mode is enabled for the application. Set to false to disable Query Performance mode for entire application. |
753
753
| teamsAppSettings.env.FIFTYONE_APP_TEAMS_SDK_RECOMMENDED_VERSION | string | `"2.10.1"` | The recommended fiftyone SDK version that will be displayed in the install modal (i.e. `pip install ... fiftyone==0.11.0`). |
754
754
| teamsAppSettings.env.FIFTYONE_APP_THEME | string | `"dark"` | The default theme configuration. `dark`: Theme will be dark when user visits for the first time. `light`: Theme will be light theme when user visits for the first time. `always-dark`: Sets dark theme on each refresh (overrides user theme changes in the app). `always-light`: Sets light theme on each refresh (overrides user theme changes in the app). |
Copy file name to clipboardExpand all lines: helm/fiftyone-teams-app/values.schema.json
+20-20Lines changed: 20 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -616,6 +616,26 @@
616
616
"env": {
617
617
"description": "Environment Variables are passed to the `fiftyone-app` containers",
618
618
"properties": {
619
+
"FIFTYONE_APP_DEFAULT_QUERY_PERFORMANCE": {
620
+
"default": true,
621
+
"description": "Controls whether Query Performance mode is enabled by default for\nevery dataset for the teams application. Set to false to set default mode to off.",
"description": "Controls whether Query Performance mode is enabled for the\napplication. Set to false to disable Query Performance mode for entire application.",
632
+
"required": [],
633
+
"title": "FIFTYONE_APP_ENABLE_QUERY_PERFORMANCE",
634
+
"type": [
635
+
"string",
636
+
"boolean"
637
+
]
638
+
},
619
639
"FIFTYONE_DATABASE_ADMIN": {
620
640
"default": false,
621
641
"description": "Controls whether the client is allowed to trigger database migrations.\n[Reference][fiftyone-config].",
@@ -3034,26 +3054,6 @@
3034
3054
"boolean"
3035
3055
]
3036
3056
},
3037
-
"FIFTYONE_APP_DEFAULT_QUERY_PERFORMANCE": {
3038
-
"default": true,
3039
-
"description": "Controls whether Query Performance mode is enabled by default for\nevery dataset for the teams application. Set to false to set default mode to off.",
"description": "Controls whether Query Performance mode is enabled for the\napplication. Set to false to disable Query Performance mode for entire application.",
3050
-
"required": [],
3051
-
"title": "FIFTYONE_APP_ENABLE_QUERY_PERFORMANCE",
3052
-
"type": [
3053
-
"string",
3054
-
"boolean"
3055
-
]
3056
-
},
3057
3057
"FIFTYONE_APP_TEAMS_SDK_RECOMMENDED_VERSION": {
3058
3058
"default": "2.10.1",
3059
3059
"description": "The recommended fiftyone SDK version that will be displayed in the\ninstall modal (i.e. `pip install ... fiftyone==0.11.0`).",
0 commit comments