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
@@ -34,4 +34,31 @@ To override the "umbrella" chart, add the prefix `speechToText.` on any paramete
34
34
|`service.port`| The port of the **speech-to-text** service. |`80`|
35
35
|`service.annotations`| The **speech-to-text** annotations for the service metadata. Annotations are key value pairs. <br>`annotations:`<br> `some/annotation1: value1`<br> `some/annotation2: value2`||
36
36
|`service.autoScaler.enabled`| Whether the [Horizontal Pod Autoscaler](https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/) is enabled. If `true`, the `speech-to-text-autoscaler` will be deployed in the Kubernetes cluster. |`true`|
37
-
|`service.podDisruption.enabled`| Whether the [Pod Disruption Budget](https://kubernetes.io/docs/concepts/workloads/pods/disruptions/) is enabled. If `true`, the `speech-to-text-poddisruptionbudget` will be deployed in the Kubernetes cluster. |`true`|
37
+
|`service.podDisruption.enabled`| Whether the [Pod Disruption Budget](https://kubernetes.io/docs/concepts/workloads/pods/disruptions/) is enabled. If `true`, the `speech-to-text-poddisruptionbudget` will be deployed in the Kubernetes cluster. |`true`|
Starting with v2.2.0 of the speech-to-text container, the following parameters are used for sentiment analysis using the Text Analytics API.
42
+
43
+
|Parameter|Description|Values|Default|
44
+
| --- | --- | --- | --- |
45
+
|`textanalytics.enabled`| Whether the **text-analytics** service is enabled| true/false|`false`|
46
+
|`textanalytics.image.registry`| The **text-analytics** docker image registry| valid docker image registry||
47
+
|`textanalytics.image.repository`| The **text-analytics** docker image repository| valida docker image repository||
48
+
|`textanalytics.image.tag`| The **text-analytics** docker image tag| valid docker image tag||
49
+
|`textanalytics.image.pullSecrets`| The image secrets for pulling **text-analytics** docker image| valida secrets name||
50
+
|`textanalytics.image.pullByHash`| Specifies if you are pulling docker image by hash. If `yes`, `image.hash` is required to have as well. If `no`, set it as 'false'. Default is `false`.| true/false|`false`|
51
+
|`textanalytics.image.hash`| The **text-analytics** docker image hash. Only use it with `image.pullByHash:true`.| valid docker image hash ||
52
+
|`textanalytics.image.args.eula`| One of the required arguments by **text-analytics** container, which indicates you've accepted the license. The value of this option must be: `accept`.|`accept`, if you want to use the container ||
53
+
|`textanalytics.image.args.billing`| One of the required arguments by **text-analytics** container, which specifies the billing endpoint URI. The billing endpoint URI value is available on the Azure portal's Speech Overview page.|valid billing endpoint URI||
54
+
|`textanalytics.image.args.apikey`| One of the required arguments by **text-analytics** container, which is used to track billing information.| valid apikey||
55
+
|`textanalytics.cpuRequest`| The requested CPU for **text-analytics** container| int|`3000m`|
56
+
|`textanalytics.cpuLimit`| The limited CPU for **text-analytics** container||`8000m`|
57
+
|`textanalytics.memoryRequest`| The requested memory for **text-analytics** container||`6Gi`|
58
+
|`textanalytics.memoryLimit`| The limited memory for **text-analytics** container||`8Gi`|
59
+
|`textanalytics.service.sentimentURISuffix`| The sentiment analysis URI suffix, the whole URI is in format "http://`<service>`:`<port>`/`<sentimentURISuffix>`". ||`text/analytics/v3.0-preview/sentiment`|
60
+
|`textanalytics.service.type`| The type of **text-analytics** service in Kubernetes. See [Kubernetes service types](https://kubernetes.io/docs/concepts/services-networking/service/)| valid Kuberntes service type |`LoadBalancer`|
61
+
|`textanalytics.service.port`| The port of the **text-analytics** service| int|`50085`|
62
+
|`textanalytics.service.annotations`| The annotations users can add to **text-analytics** service metadata. For instance:<br/> **annotations:**<br/>``**some/annotation1: value1**<br/>``**some/annotation2: value2**| annotations, one per each line||
63
+
|`textanalytics.serivce.autoScaler.enabled`| Whether [Horizontal Pod Autoscaler](https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/) is enabled. If enabled, `text-analytics-autoscaler` will be deployed in the Kubernetes cluster | true/false|`true`|
64
+
|`textanalytics.service.podDisruption.enabled`| Whether [Pod Disruption Budget](https://kubernetes.io/docs/concepts/workloads/pods/disruptions/) is enabled. If enabled, `text-analytics-poddisruptionbudget` will be deployed in the Kubernetes cluster| true/false|`true`|
0 commit comments